glfwSetJoystickUserPointer top-level property

GlfwSetJoystickUserPointer glfwSetJoystickUserPointer
getter/setter pair

Implementation

GlfwSetJoystickUserPointer glfwSetJoystickUserPointer =
    Pointer<NativeFunction<GlfwSetJoystickUserPointerNative>>.fromAddress(0)
        .asFunction<GlfwSetJoystickUserPointer>();