.. index:: pair: enum; JoystickAxis .. _doxid-namespace_e_e_1_1_window_1ac91aa8fe027beb2947abe8eaea8ac881: enum EE::Window::JoystickAxis ============================= enumarates the joysticks axis .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum JoystickAxis { :target:`AXIS_X` = 0, :target:`AXIS_Y` = 1, :target:`AXIS_X2` = 3, :target:`AXIS_Y2` = 2, };