glfwGetJoystickUserPointer top-level property

GlfwGetJoystickUserPointer glfwGetJoystickUserPointer
getter/setter pair

Implementation

GlfwGetJoystickUserPointer glfwGetJoystickUserPointer =
    loadFunction<GlfwGetJoystickUserPointerNative>(
            _library, 'glfwGetJoystickUserPointer')
        .asFunction<GlfwGetJoystickUserPointer>();