glfwSetJoystickUserPointer top-level property

GlfwSetJoystickUserPointer glfwSetJoystickUserPointer
getter/setter pair

Implementation

GlfwSetJoystickUserPointer glfwSetJoystickUserPointer =
    loadFunction<GlfwSetJoystickUserPointerNative>(
            _library, 'glfwSetJoystickUserPointer')
        .asFunction<GlfwSetJoystickUserPointer>();