glfwSetCursor top-level property

GlfwSetCursor glfwSetCursor
getter/setter pair

Implementation

GlfwSetCursor glfwSetCursor =
    Pointer<NativeFunction<GlfwSetCursorNative>>.fromAddress(0)
        .asFunction<GlfwSetCursor>();