MetaKeyStates Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum MetaKeyStates
type MetaKeyStates = 
Inheritance
MetaKeyStates

Fields

AltLeftOn 16
AltMask 50

This mask is a combination of AltOn, AltLeftOn and AltRightOn.

AltOn 2
AltRightOn 32
CapsLockOn 1048576
CtrlLeftOn 8192
CtrlMask 28672
CtrlOn 4096
CtrlRightOn 16384
FunctionOn 8
MetaLeftOn 131072
MetaMask 458752
MetaOn 65536
MetaRightOn 262144
None 0
NumLockOn 2097152
ScrollLockOn 4194304
ShiftLeftOn 64
ShiftMask 193
ShiftOn 1
ShiftRightOn 128
SymOn 4

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.

Applies to