struct EE::Window::InputEvent::JoyAxisEvent¶
Overview¶
Joystick axis motion event structure More…
#include <inputevent.hpp> struct JoyAxisEvent { // fields Uint8 which; Uint8 axis; Int16 value; };
Detailed Documentation¶
Joystick axis motion event structure
Fields¶
Uint8 axis
The joystick device index
Int16 value
The joystick axis index