21 #ifndef GNASH_EVENT_ID_H 22 #define GNASH_EVENT_ID_H 173 return a.
id() < b.
id();
Definition: GnashKey.h:147
key::code keyCode() const
Return the keycode associated with this event_id.
Definition: event_id.h:138
bool isButtonEvent(const event_id &e)
Check whether an event is a button-like event.
Definition: event_id.cpp:118
event_id()
Construct an invalid event_id.
Definition: event_id.h:88
Definition: event_id.h:81
Definition: event_id.h:78
Definition: event_id.h:77
const ObjectURI & functionURI() const
Definition: event_id.cpp:68
Definition: GnashKey.h:45
Definition: event_id.h:65
bool operator==(const event_id &a, const event_id &b)
Return whether two event_ids are equal.
Definition: event_id.h:163
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
Definition: event_id.h:59
event_id(EventCode id, key::code c=key::INVALID)
Construct an event_id.
Definition: event_id.h:99
Definition: event_id.h:69
Definition: GnashKey.h:149
Definition: GnashKey.h:326
Definition: GnashKey.h:161
EventCode
The types of events that are handled by DisplayObjects.
Definition: event_id.h:57
Definition: event_id.h:63
A URI for describing as_objects.
Definition: ObjectURI.h:44
code
Definition: GnashKey.h:43
std::ostream & operator<<(std::ostream &o, const URL &u)
Definition: URL.cpp:447
Definition: event_id.h:82
Definition: event_id.h:76
Definition: event_id.h:73
const std::string & functionName() const
Definition: event_id.cpp:36
Definition: event_id.h:74
Definition: event_id.h:79
Definition: event_id.h:75
bool isKeyEvent(const event_id &e)
Check whether an event is a keyboard event.
Definition: event_id.cpp:104
void setKeyCode(std::uint8_t SWFkey)
Set the key associated with this event.
Definition: event_id.h:113
const unsigned char codeMap[KEYCOUNT][TYPES]
Definition: GnashKey.h:337
Definition: GnashKey.h:148
Definition: event_id.h:66
bool operator<(const event_id &a, const event_id &b)
Comparator for use in stdlib containers.
Definition: event_id.h:170
Definition: event_id.h:68
Definition: event_id.h:80
Definition: GnashKey.h:155
Definition: GnashKey.h:151
EventCode id() const
Return the identifier for this event type.
Definition: event_id.h:141
A class to identify 'static' SWF events (system events).
Definition: event_id.h:52
Definition: event_id.h:67
Definition: event_id.h:72
Definition: event_id.h:64
Definition: GnashKey.h:331
Definition: event_id.h:62