How to properly use a gamepad (joystick)?

begre1929 wrote on Tuesday, July 07, 2015:

hi,
for keyboard/mouse there is some callback functions. For joystick I don’t see such thing.

Does that mean, in the case I want to check the axis, I have to read the array returned by glfwGetJoystickAxes every frame ?

elmindreda wrote on Tuesday, July 07, 2015:

Yes.

begre1929 wrote on Tuesday, July 07, 2015:

all right then… thank you Camilla.