|
arsa
2.7
|
SEvents hold information about an event. See irr::IEventReceiver for details on event handling. More...
#include <IEventReceiver.h>
Classes | |
| struct | SAccelerometerEvent |
| Any kind of accelerometer event. More... | |
| struct | SApplicationEvent |
| struct | SDeviceMotionEvent |
| Any kind of device motion event. More... | |
| struct | SGUIEvent |
| Any kind of GUI event. More... | |
| struct | SGyroscopeEvent |
| Any kind of gyroscope event. More... | |
| struct | SJoystickEvent |
| A joystick event. More... | |
| struct | SKeyInput |
| Any kind of keyboard event. More... | |
| struct | SLogEvent |
| Any kind of log event. More... | |
| struct | SMouseInput |
| Any kind of mouse event. More... | |
| struct | SSystemEvent |
| struct | STouchInput |
| Any kind of touch event. More... | |
| struct | SUserEvent |
| Any kind of user event. More... | |
Public Attributes | |
| EEVENT_TYPE | EventType |
| struct SGUIEvent | GUIEvent |
| struct SMouseInput | MouseInput |
| struct SKeyInput | KeyInput |
| struct STouchInput | TouchInput |
| struct SAccelerometerEvent | AccelerometerEvent |
| struct SGyroscopeEvent | GyroscopeEvent |
| struct SDeviceMotionEvent | DeviceMotionEvent |
| struct SJoystickEvent | JoystickEvent |
| struct SLogEvent | LogEvent |
| struct SUserEvent | UserEvent |
| struct SSystemEvent | SystemEvent |
| struct SApplicationEvent | ApplicationEvent |
SEvents hold information about an event. See irr::IEventReceiver for details on event handling.
Definition at line 340 of file IEventReceiver.h.
| struct SAccelerometerEvent irr::SEvent::AccelerometerEvent |
Definition at line 585 of file IEventReceiver.h.
| struct SApplicationEvent irr::SEvent::ApplicationEvent |
Definition at line 592 of file IEventReceiver.h.
| struct SDeviceMotionEvent irr::SEvent::DeviceMotionEvent |
Definition at line 587 of file IEventReceiver.h.
| EEVENT_TYPE irr::SEvent::EventType |
Definition at line 578 of file IEventReceiver.h.
| struct SGUIEvent irr::SEvent::GUIEvent |
Definition at line 581 of file IEventReceiver.h.
| struct SGyroscopeEvent irr::SEvent::GyroscopeEvent |
Definition at line 586 of file IEventReceiver.h.
| struct SJoystickEvent irr::SEvent::JoystickEvent |
Definition at line 588 of file IEventReceiver.h.
| struct SKeyInput irr::SEvent::KeyInput |
Definition at line 583 of file IEventReceiver.h.
| struct SLogEvent irr::SEvent::LogEvent |
Definition at line 589 of file IEventReceiver.h.
| struct SMouseInput irr::SEvent::MouseInput |
Definition at line 582 of file IEventReceiver.h.
| struct SSystemEvent irr::SEvent::SystemEvent |
Definition at line 591 of file IEventReceiver.h.
| struct STouchInput irr::SEvent::TouchInput |
Definition at line 584 of file IEventReceiver.h.
| struct SUserEvent irr::SEvent::UserEvent |
Definition at line 590 of file IEventReceiver.h.
1.8.15