GlfwSetWindowUserPointer typedef

GlfwSetWindowUserPointer = void Function(Pointer<GLFWwindow> window, Pointer<NativeType> pointer)

Implementation

typedef GlfwSetWindowUserPointer = void Function(
    Pointer<GLFWwindow> window, Pointer pointer);