|
|
static constexpr const char * | SENSOR_DELAY_FASTEST = "0" |
| | Get sensor data as fast as possible. ~0ms delay.
|
|
static constexpr const char * | SENSOR_DELAY_GAME = "1" |
| | Rate suitable for games. ~20ms delay.
|
|
static constexpr const char * | SENSOR_DELAY_UI = "2" |
| | Rate suitable for the user interface. ~60ms delay.
|
|
static constexpr const char * | SENSOR_DELAY_NORMAL = "3" |
| | Rate (default) suitable for screen orientation changes. ~200ms delay.
|