GlfwGetJoystickButtons typedef

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

Implementation

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