#include <CMainInput.h>
Public Attributes | |
int | Key |
Index of the control on the device. | |
float | PressTime |
Time (in seconds) that elapsed since the control is pressed. | |
float | RepeatTime |
Time (in seconds) that elapsed since the control last repeated. | |
bool | Active |
Is the control active? (taking control repetition into account). |
Index of the control on the device.
float SMenuControl::PressTime |
Time (in seconds) that elapsed since the control is pressed.
float SMenuControl::RepeatTime |
Time (in seconds) that elapsed since the control last repeated.
bool SMenuControl::Active |
Is the control active? (taking control repetition into account).