InputMode 枚举
定义
为输入模式指定可能的值。Specifies the possible values for the input mode.
public enum class InputMode
public enum InputMode
type InputMode =
Public Enum InputMode
- 继承
字段
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. |