arsa  2.7
Classes | Public Attributes | List of all members
irr::SEvent Struct Reference

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
 

Detailed Description

SEvents hold information about an event. See irr::IEventReceiver for details on event handling.

Definition at line 340 of file IEventReceiver.h.

Member Data Documentation

◆ AccelerometerEvent

struct SAccelerometerEvent irr::SEvent::AccelerometerEvent

Definition at line 585 of file IEventReceiver.h.

◆ ApplicationEvent

struct SApplicationEvent irr::SEvent::ApplicationEvent

Definition at line 592 of file IEventReceiver.h.

◆ DeviceMotionEvent

struct SDeviceMotionEvent irr::SEvent::DeviceMotionEvent

Definition at line 587 of file IEventReceiver.h.

◆ EventType

EEVENT_TYPE irr::SEvent::EventType

Definition at line 578 of file IEventReceiver.h.

◆ GUIEvent

struct SGUIEvent irr::SEvent::GUIEvent

Definition at line 581 of file IEventReceiver.h.

◆ GyroscopeEvent

struct SGyroscopeEvent irr::SEvent::GyroscopeEvent

Definition at line 586 of file IEventReceiver.h.

◆ JoystickEvent

struct SJoystickEvent irr::SEvent::JoystickEvent

Definition at line 588 of file IEventReceiver.h.

◆ KeyInput

struct SKeyInput irr::SEvent::KeyInput

Definition at line 583 of file IEventReceiver.h.

◆ LogEvent

struct SLogEvent irr::SEvent::LogEvent

Definition at line 589 of file IEventReceiver.h.

◆ MouseInput

struct SMouseInput irr::SEvent::MouseInput

Definition at line 582 of file IEventReceiver.h.

◆ SystemEvent

struct SSystemEvent irr::SEvent::SystemEvent

Definition at line 591 of file IEventReceiver.h.

◆ TouchInput

struct STouchInput irr::SEvent::TouchInput

Definition at line 584 of file IEventReceiver.h.

◆ UserEvent

struct SUserEvent irr::SEvent::UserEvent

Definition at line 590 of file IEventReceiver.h.


The documentation for this struct was generated from the following file: