IMEPS3Event(); IMEPS3Event(unsigned keyCode, unsigned code, unsigned mods, unsigned lastKeyCode, unsigned lastCharCode, unsigned lastMods);
IMEPS3Event constructor.
|
Parameters |
Description |
|
unsigned keyCode |
Numeric value of the key. |
|
unsigned code |
Char code corresponding to a keystroke. |
|
unsigned mods |
Modifier key. |
|
unsigned lastKeyCode |
Key code of the previous keystroke. |
|
unsigned lastCharCode |
Char code of the previous keystroke. |
|
unsigned lastMods |
Flag to represent the state of modifier. |