4namespace atlas::event {
5 enum JoystickCodes :
int {
38 JoystickLAST = Joystick16,
42inline constexpr int joystick_1 = ::atlas::event::JoystickCodes::Joystick1;
43inline constexpr int joystick_2 = ::atlas::event::JoystickCodes::Joystick2;
44inline constexpr int joystick_3 = ::atlas::event::JoystickCodes::Joystick3;
45inline constexpr int joystick_4 = ::atlas::event::JoystickCodes::Joystick4;
46inline constexpr int joystick_5 = ::atlas::event::JoystickCodes::Joystick5;
47inline constexpr int joystick_6 = ::atlas::event::JoystickCodes::Joystick6;
48inline constexpr int joystick_7 = ::atlas::event::JoystickCodes::Joystick7;
49inline constexpr int joystick_8 = ::atlas::event::JoystickCodes::Joystick8;
50inline constexpr int joystick_9 = ::atlas::event::JoystickCodes::Joystick9;
51inline constexpr int joystick_10 = ::atlas::event::JoystickCodes::Joystick10;
52inline constexpr int joystick_11 = ::atlas::event::JoystickCodes::Joystick11;
53inline constexpr int joystick_12 = ::atlas::event::JoystickCodes::Joystick12;
54inline constexpr int joystick_13 = ::atlas::event::JoystickCodes::Joystick13;
55inline constexpr int joystick_14 = ::atlas::event::JoystickCodes::Joystick14;
56inline constexpr int joystick_15 = ::atlas::event::JoystickCodes::Joystick15;
57inline constexpr int joystick_16 = ::atlas::event::JoystickCodes::Joystick16;
58inline constexpr int joystick_last =
59 ::atlas::event::JoystickCodes::JoystickLAST;