![]() |
|
Public Types | |
enum | eventType { NONE, BPRESS, KPRESS } |
Public Member Functions | |
GEvent () | |
Construct null. | |
GEvent (XEvent &) | |
Construct from components. | |
GEvent (const GEvent &) | |
Construct as copy. | |
~GEvent () | |
bool | didItHappen () const |
eventType | whatHappened () const |
label | whichButton () const |
word | whichKey () const |
void | setEvent (XEvent &) |
void | operator= (const GEvent &) |
|
|
|
Construct null.
|
|
Construct from components.
|
|
Construct as copy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|