GlfwGetJoystickAxesNative typedef

GlfwGetJoystickAxesNative = Pointer<NativeType> Function(Int32 jid, Pointer<Int32> count)

Implementation

typedef GlfwGetJoystickAxesNative = Pointer Function(
    Int32 jid, Pointer<Int32> count);