chickadee » glfw3 » joystick-callback

joystick-callbackparameter

Called when a joystick is plugged-in or plugged-out. Expects a function with the signature (lambda (JOYSTICK EVENT) ...). JOYSTICK is an integer representing the joystick, EVENT is either +connected+ or +disconnected+.