Rotary Controller interface for the direct manipulation mode management. More...
Public Member Functions | |
| void | enableDirectManipulationMode (boolean enable) |
| Sets the state direct manipulation mode. | |
| boolean | isDirectManipulationModeSupported () |
| Returns whether the direct manipulation mode is supported. | |
| boolean | isInDirectManipulationMode () |
| Returns whether the direct manipulation mode is enabled. | |
Static Public Member Functions | |
| static boolean | isRotaryEvent (InputEvent event) |
| Returns whether an input event is a rotary event. | |
Rotary Controller interface for the direct manipulation mode management.
| void enableDirectManipulationMode | ( | boolean | enable | ) |
Sets the state direct manipulation mode.
| enable | To enable key direct manipulation mode, set to true. To disable the mode, set to false. |
| boolean isDirectManipulationModeSupported | ( | ) |
Returns whether the direct manipulation mode is supported.
| boolean isInDirectManipulationMode | ( | ) |
Returns whether the direct manipulation mode is enabled.
|
static |
Returns whether an input event is a rotary event.
| event | The input event to test. |