.. index:: pair: struct; EE::Window::InputEvent::JoyAxisEvent .. _doxid-struct_e_e_1_1_window_1_1_input_event_1_1_joy_axis_event: struct EE::Window::InputEvent::JoyAxisEvent =========================================== .. toctree:: :hidden: Overview ~~~~~~~~ :ref:`Joystick ` axis motion event structure :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct JoyAxisEvent { // fields :ref:`Uint8` :target:`which`; :ref:`Uint8` :ref:`axis`; :ref:`Int16` :ref:`value`; }; .. _details-struct_e_e_1_1_window_1_1_input_event_1_1_joy_axis_event: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ :ref:`Joystick ` axis motion event structure Fields ------ .. index:: pair: variable; axis .. _doxid-struct_e_e_1_1_window_1_1_input_event_1_1_joy_axis_event_1a4ab95a6c613dd965d49aa8deb9760438: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Uint8` axis The joystick device index .. index:: pair: variable; value .. _doxid-struct_e_e_1_1_window_1_1_input_event_1_1_joy_axis_event_1a8d685c8494597eae7e8aaaead04695b1: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Int16` value The joystick axis index