#include <dev.H>
Inheritance diagram for Evd:


Public Types | |
| enum | DEVmod { EMPTY = 0, NONE = 1, SHIFT = (1 << 1), CONTROL = (1 << 2), MOD1 = (1 << 3), MOD2 = (1 << 4), MOD3 = (1 << 5), MOD4 = (1 << 6), MOD5 = (1 << 7), MOD6 = (1 << 8), SHIFT_MOD1 = (1 << 1) | (1 << 3), CONTROL_MOD2 = (1 << 2) | (1 << 4), NONE_MOD1_MOD2 = 1 | (1 << 3) | (1 << 4), NONE_MOD2 = 1 | (1 << 4), ANY = (1 << 9)-1 } |
Public Member Functions | |
| Evd () | |
| Evd (DEVice *d, DEVact a=MOV, DEVmod m=NONE) | |
| Evd (char c, DEVact a=KEYD) | |
| Evd (DEVact a) | |
| Evd & | operator= (CEvd &e) |
| int | operator== (CEvd &e) const |
Public Attributes | |
| DEVice * | _d |
| DEVact | _a |
| DEVmod | _m |
| char | _c |
Definition at line 195 of file dev.H.
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 217 of file dev.H. Referenced by operator=(), and operator==(). |
|
|
Definition at line 219 of file dev.H. Referenced by animation_keys(), debug_cb(), kbd_nav::down(), Simple_Keyboard::down(), operator=(), operator==(), render_mode(), set_pen(), undo_redo(), and kbd_nav::up(). |
|
|
|
Definition at line 218 of file dev.H. Referenced by operator=(), and operator==(). |
1.4.4