InputMode Enum
Definition
Specifies the possible values for the input mode.
public enum class InputMode
public enum InputMode
type InputMode =
Public Enum InputMode
- Inheritance
Fields
Foreground | 0 | The input was provided when the application was in the foreground. |
Sink | 1 | The input was provided when the application was not in the foreground. |