MetaStates Enum

Definition

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

AltLocked 512

Flag that indicates that the ALT key is locked.

AltOn 2

Flag that indicates that the ALT key is on. Value equals AltOn.

CapLocked 256

Flag that indicates that the SHIFT key is locked in CAPS mode.

ShiftOn 1

Flag that indicates that the SHIFT key is on. Value equals ShiftOn.

SymLocked 1024

Flag that indicates that the SYM key is locked.

SymOn 4

Flag that indicates that the SYM key is on. Value equals SymOn.

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