metaState property

int metaState
final

The modifiers that were present when the key event occurred.

See developer.android.com/reference/android/view/KeyEvent.html#getMetaState() for the numerical values of the metaState. Many of these constants are also replicated as static constants in this class.

See also:

Implementation

final int metaState;