#include <game_device_events.h>
Inheritance diagram for NLMISC::CGDMouseMove:
Definition at line 52 of file game_device_events.h.
Public Member Functions | |
CGDMouseMove (IEventEmitter *emitter, IMouseDevice *md, sint x, sint y) | |
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 | |
IEventEmitter * | Emitter |
Emitter of the event. Can be NULL if the event is posted directly to the CEventServer. | |
IMouseDevice * | MD |
sint | X |
sint | Y |
Static Public Attributes | |
const CClassId | Null |
|
Definition at line 58 of file game_device_events.h. References NLMISC::EventGDMouseMove, sint, x, and y. Referenced by clone().
|
|
Implements NLMISC::CEvent. Definition at line 61 of file game_device_events.h. References CGDMouseMove().
00061 {return new CGDMouseMove(*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;}
|
|
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(). |
|
Definition at line 55 of file game_device_events.h. |
|
|
|
Definition at line 56 of file game_device_events.h. |
|
Definition at line 56 of file game_device_events.h. |