#include <EventListener.h>
Inheritance diagram for Teddy::PhysicalComponents::Event:


Public Attributes | |
| int | type |
| SDL_keysym | key |
| int | item_id |
| int | state |
| Teddy::Maths::TVector2< int > | pos |
| Teddy::Maths::TVector2< int > | delta |
| int | x |
| int | y |
| int | dx |
| int | dy |
Static Public Attributes | |
| const int | Event_ID = 0 |
| const int | WindowEvent_ID = 1 |
| const int | WindowFocusActiveEvent_ID = 2 |
| const int | WindowPopupOpenEvent_ID = 3 |
| const int | WindowPopupCloseEvent_ID = 4 |
| const int | WindowMoveEvent_ID = 5 |
| const int | WindowSizeEventEvent_ID = 6 |
| const int | WindowToFrontEvent_ID = 7 |
| const int | WindowToBackEvent_ID = 8 |
| const int | WindowSplitUpdateEvent_ID = 9 |
| const int | MouseButtonDownEvent_ID = 10 |
| const int | MouseButtonUpEvent_ID = 11 |
| const int | MouseMotionEvent_ID = 12 |
| const int | MouseDragEvent_ID = 13 |
| const int | MouseHoldDragEvent_ID = 14 |
| const int | KeyEvent_ID = 15 |
| const int | KeyDownEvent_ID = 16 |
| const int | KeyUpEvent_ID = 17 |
| const int | JoyEvent_ID = 18 |
| const int | JoyButtonEvent_ID = 19 |
| const int | JoyAxisEvent_ID = 20 |
| const int | JoyHatEvent_ID = 21 |
| const int | JoyBallEvent_ID = 22 |
|
|
|
|
|
Definition at line 40 of file EventListener.cpp. |
|
|
|
Definition at line 60 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::JoyAxisEvent::JoyAxisEvent. |
|
|
Definition at line 62 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::JoyBallEvent::JoyBallEvent. |
|
|
Definition at line 59 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::JoyButtonEvent::JoyButtonEvent. |
|
|
Definition at line 58 of file EventListener.cpp. |
|
|
Definition at line 61 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::JoyHatEvent::JoyHatEvent. |
|
|
Definition at line 39 of file EventListener2.h. Referenced by Teddy::PhysicalComponents::KeyDownEvent::KeyDownEvent, and Teddy::PhysicalComponents::KeyUpEvent::KeyUpEvent. |
|
|
Definition at line 56 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::KeyDownEvent::KeyDownEvent. |
|
|
Definition at line 55 of file EventListener.cpp. |
|
|
Definition at line 57 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::KeyUpEvent::KeyUpEvent. |
|
|
Definition at line 50 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::MouseButtonDownEvent::MouseButtonDownEvent. |
|
|
Definition at line 51 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::MouseButtonUpEvent::MouseButtonUpEvent. |
|
|
Definition at line 53 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::MouseDragEvent::MouseDragEvent. |
|
|
Definition at line 54 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::MouseHoldDragEvent::MouseHoldDragEvent. |
|
|
Definition at line 52 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::MouseMotionEvent::MouseMotionEvent. |
|
|
|
|
|
Definition at line 41 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::WindowFocusActiveEvent::WindowFocusActiveEvent. |
|
|
Definition at line 42 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::WindowFocusActiveEvent::WindowFocusActiveEvent. |
|
|
Definition at line 45 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::WindowMoveEvent::WindowMoveEvent. |
|
|
Definition at line 44 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::WindowPopupCloseEvent::WindowPopupCloseEvent. |
|
|
Definition at line 43 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::WindowPopupOpenEvent::WindowPopupOpenEvent. |
|
|
Definition at line 46 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::WindowSizeEventEvent::WindowSizeEventEvent. |
|
|
Definition at line 49 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::WindowSplitUpdateEvent::WindowSplitUpdateEvent. |
|
|
Definition at line 48 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::WindowToBackEvent::WindowToBackEvent. |
|
|
Definition at line 47 of file EventListener.cpp. Referenced by Teddy::PhysicalComponents::WindowToFrontEvent::WindowToFrontEvent. |
|
|