GlfwSetCursorEnterCallback typedef

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

Implementation

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