GlfwSetCursorPosCallbackNative typedef

GlfwSetCursorPosCallbackNative = Pointer<NativeType> Function(Pointer<GLFWwindow> window, Pointer<NativeType> callback)

Implementation

typedef GlfwSetCursorPosCallbackNative = Pointer Function(
    Pointer<GLFWwindow> window, Pointer callback);