Specifies the set of possible states for a virtual key.
[FlagsAttribute]
public enum class CoreVirtualKeyStates
| Member | Value | Description |
|---|---|---|
| Down | 1 | The key is pressed down for the input event. |
| Locked | 2 | The key is in a toggled or modified state (for example, Caps Lock) for the input event. |
| None | 0 | The key is up or in no specific state. |
Namespace: Windows.UI.Core
Metadata: windows.winmd