Source set: Common
public class InputMode internal constructor(@Suppress("unused") private val value: Int)
This value is used to represent the InputMode that the system is currently in.
Members
Companion
Source set: Common
public companion object
Properties
Touch
Source set: Common
public val Touch: InputMode
The system is put into Touch mode when a user touches the screen.
Keyboard
Source set: Common
public val Keyboard: InputMode
The system is put into Keyboard mode when a user presses a hardware key.