glfwSetCursorEnterCallback top-level property

GlfwSetCursorEnterCallback glfwSetCursorEnterCallback
getter/setter pair

Implementation

GlfwSetCursorEnterCallback glfwSetCursorEnterCallback =
    loadFunction<GlfwSetCursorEnterCallbackNative>(
            _library, 'glfwSetCursorEnterCallback')
        .asFunction<GlfwSetCursorEnterCallback>();