#include <Keyboard.h>
Public Types | |
| enum | StatusType { STATUS_UNUSED = 0x00 , STATUS_USED = 0x01 } |
Public Attributes | |
| UnsignedByte | key |
| UnsignedByte | status |
| UnsignedShort | state |
| UnsignedInt | sequence |
Holds a single keyboard event
Definition at line 68 of file Keyboard.h.
| Enumerator | |
|---|---|
| STATUS_UNUSED | |
| STATUS_USED | |
Definition at line 71 of file Keyboard.h.
| UnsignedByte KeyboardIO::key |
Definition at line 77 of file Keyboard.h.
| UnsignedInt KeyboardIO::sequence |
Definition at line 80 of file Keyboard.h.
| UnsignedShort KeyboardIO::state |
Definition at line 79 of file Keyboard.h.
| UnsignedByte KeyboardIO::status |
Definition at line 78 of file Keyboard.h.