MetaStates Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several methods of MetaStates and taken as a parameter of several methods of MetaKeyKeyListener.
public enum MetaStates
type MetaStates =
- Inheritance
-
MetaStates
Fields
Name | Value | Description |
---|---|---|
ShiftOn | 1 | Flag that indicates that the SHIFT key is on. Value equals ShiftOn. |
AltOn | 2 | Flag that indicates that the ALT key is on. Value equals AltOn. |
SymOn | 4 | Flag that indicates that the SYM key is on. Value equals SymOn. |
CapLocked | 256 | Flag that indicates that the SHIFT key is locked in CAPS mode. |
AltLocked | 512 | Flag that indicates that the ALT key is locked. |
SymLocked | 1024 | Flag that indicates that the SYM key is locked. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.