glfwSetCursorEnterCallback top-level property

GlfwSetCursorEnterCallback glfwSetCursorEnterCallback
getter/setter pair

Implementation

GlfwSetCursorEnterCallback glfwSetCursorEnterCallback =
    Pointer<NativeFunction<GlfwSetCursorEnterCallbackNative>>.fromAddress(0)
        .asFunction<GlfwSetCursorEnterCallback>();