File evabKeys.h¶
FileList > src > evabKeys.h
Go to the source code of this file
Public Types¶
| Type | Name |
|---|---|
| enum | Keys Key codes for user input. |
Public Types Documentation¶
enum Keys¶
Key codes for user input.
enum Keys {
KEY_MENU = 1,
KEY_MODE,
KEY_ENTER,
KEY_ESCAPE,
KEY_DELETE,
KEY_BACKSPACE,
KEY_DOWN,
KEY_UP,
KEY_LEFT,
KEY_RIGHT,
KEY_PAGEUP,
KEY_PAGEDOWN,
KEY_PLUS,
KEY_MINUS,
KEY_0 = 0x30,
KEY_1,
KEY_2,
KEY_3,
KEY_4,
KEY_5,
KEY_6,
KEY_7,
KEY_8,
KEY_9
};
Defines the standard key codes used throughout the library. ASCII codes are used for numeric keys (0x30-0x39).
The documentation for this class was generated from the following file src/evabKeys.h