glfwCreateStandardCursor top-level property

GlfwCreateStandardCursor glfwCreateStandardCursor
getter/setter pair

Implementation

GlfwCreateStandardCursor glfwCreateStandardCursor =
    Pointer<NativeFunction<GlfwCreateStandardCursorNative>>.fromAddress(0)
        .asFunction<GlfwCreateStandardCursor>();