.. index:: pair: enum; EventType .. _doxid-class_e_e_1_1_window_1_1_input_event_1a27aab735b4b2e5f88820cb3cb34e7cb1: enum EE::Window::InputEvent::EventType ====================================== .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum EventType { :target:`NoEvent` = 0, :target:`EventsSent`, :target:`Window`, :target:`KeyDown`, :target:`KeyUp`, :target:`TextInput`, :target:`MouseMotion`, :target:`MouseButtonDown`, :target:`MouseButtonUp`, :target:`JoyAxisMotion`, :target:`JoyBallMotion`, :target:`JoyHatMotion`, :target:`JoyButtonDown`, :target:`JoyButtonUp`, :target:`FingerMotion`, :target:`FingerDown`, :target:`FingerUp`, :target:`Quit`, :target:`SysWM`, :target:`VideoResize`, :target:`VideoExpose`, :target:`FileDropped`, :target:`TextDropped`, :target:`TextEditing`, :target:`MouseWheel`, :target:`EventUser`, :target:`EventCount` = EventUser - 1, };