#include <game_device_events.h>
Inheritance diagram for NLMISC::CGDButtonDown:

Definition at line 114 of file game_device_events.h.
Public Member Functions | |
| CGDButtonDown (uint buttonIndex, IGameDevice *gameDevice, IEventEmitter *emitter) | |
| virtual CEvent * | clone () const |
| operator uint64 () const | |
| bool | operator!= (const CClassId &o) const |
| bool | operator< (const CClassId &o) const |
| bool | operator<= (const CClassId &o) const |
| bool | operator== (const CClassId &o) const |
| bool | operator> (const CClassId &o) const |
| bool | operator>= (const CClassId &o) const |
Data Fields | |
| uint | ButtonIndex |
| IEventEmitter * | Emitter |
| Emitter of the event. Can be NULL if the event is posted directly to the CEventServer. | |
| IGameDevice * | GameDevice |
| the game device this event come from | |
| bool | Pushed |
Static Public Attributes | |
| const CClassId | Null |
|
||||||||||||||||
|
Definition at line 118 of file game_device_events.h. References NLMISC::EventGDButtonDownId, and uint. Referenced by clone().
00119 : CGDButton(buttonIndex, true, gameDevice, emitter, EventGDButtonDownId) 00120 {} |
|
|
Implements NLMISC::CEvent. Definition at line 122 of file game_device_events.h. References CGDButtonDown().
00122 {return new CGDButtonDown(*this);}
|
|
|
Definition at line 62 of file class_id.h. References NLMISC::CClassId::Uid.
00062 {return Uid;}
|
|
|
Definition at line 56 of file class_id.h. References NLMISC::CClassId::Uid.
00056 {return Uid!=o.Uid;}
|
|
|
Definition at line 59 of file class_id.h. References NLMISC::CClassId::Uid.
00059 {return Uid<o.Uid;}
|
|
|
Definition at line 57 of file class_id.h. References NLMISC::CClassId::Uid.
00057 {return Uid<=o.Uid;}
|
|
|
Definition at line 55 of file class_id.h. References NLMISC::CClassId::Uid.
00055 {return Uid==o.Uid;}
|
|
|
Definition at line 60 of file class_id.h. References NLMISC::CClassId::Uid.
00060 {return Uid>o.Uid;}
|
|
|
Definition at line 58 of file class_id.h. References NLMISC::CClassId::Uid.
00058 {return Uid>=o.Uid;}
|
|
|
Definition at line 93 of file game_device_events.h. Referenced by NLMISC::CGDButton::CGDButton(). |
|
|
Emitter of the event. Can be NULL if the event is posted directly to the CEventServer.
Definition at line 48 of file events.h. Referenced by NLMISC::CEvent::CEvent(). |
|
|
the game device this event come from
Definition at line 73 of file game_device_events.h. Referenced by NLMISC::CGameDeviceEvent::CGameDeviceEvent(). |
|
|
|
|
|
Definition at line 94 of file game_device_events.h. Referenced by NLMISC::CGDButton::CGDButton(). |
1.3.6