#include <Event.h>
Data Fields | |
sfEventType | Type |
Type of the event. | |
sfKeyEvent | Key |
sfTextEvent | Text |
sfMouseMoveEvent | MouseMove |
sfMouseButtonEvent | MouseButton |
sfMouseWheelEvent | MouseWheel |
sfJoyMoveEvent | JoyMove |
sfJoyButtonEvent | JoyButton |
sfSizeEvent | Size |
Definition at line 283 of file Event.h.
struct sfKeyEvent sfEvent::Key [read] |
struct sfTextEvent sfEvent::Text [read] |
struct sfMouseMoveEvent sfEvent::MouseMove [read] |
struct sfMouseButtonEvent sfEvent::MouseButton [read] |
struct sfMouseWheelEvent sfEvent::MouseWheel [read] |
struct sfJoyMoveEvent sfEvent::JoyMove [read] |
struct sfJoyButtonEvent sfEvent::JoyButton [read] |
struct sfSizeEvent sfEvent::Size [read] |