GLFWjoystickfun

The function pointer type for joystick configuration callbacks.

This is the function pointer type for joystick configuration callbacks. A joystick configuration callback function has the following signature:

void function_name(int jid, int event)
extern (C) @nogc nothrow __gshared
alias GLFWjoystickfun = void function(int, int)

Meta

Since

Added in version 3.2.

Ingroup: input