InputMode

Class

Common
value class InputMode internal constructor(@Suppress("unused") private val value: Int)

This value is used to represent the InputMode that the system is currently in.

Companion Object

Properties

Common
val Touch = InputMode(1)

The system is put into Touch mode when a user touches the screen.

Common
val Keyboard = InputMode(2)

The system is put into Keyboard mode when a user presses a hardware key.