Go to the source code of this file.
|
namespace | Ajax |
| The 'Ajax' namespace is the root name space all GM6000 application specific source code.
|
|
namespace | Ajax::Ui |
| The 'Ui' namespace is the root name for UI components, widgets, etc.
|
|
◆ OPTION_AJAX_UI_LOGICAL_BUTTON_HOLD_COUNT
#define OPTION_AJAX_UI_LOGICAL_BUTTON_HOLD_COUNT 50 |
Specifies the initial hold time, in interval counts, before a pressed button generates a repeat event.
◆ OPTION_AJAX_UI_LOGICAL_BUTTON_POLLING_RATE_MS
#define OPTION_AJAX_UI_LOGICAL_BUTTON_POLLING_RATE_MS 10 |
Polling rate, in milliseconds.
◆ OPTION_AJAX_UI_LOGICAL_BUTTON_REPEAT_COUNT
#define OPTION_AJAX_UI_LOGICAL_BUTTON_REPEAT_COUNT 10 |
Specifies the repeat hold time, in interval counts, between a pressed button repeat events.