Android.Views.MotionEvent.MetaState Property
Returns the state of any meta / modifier keys that were in effect when the event was generated.

Syntax

[get: Android.Runtime.Register("getMetaState", "()I", "GetGetMetaStateHandler")]
public MetaKeyStates MetaState { get; }

See Also

KeyEvent.MetaState

Value

Documentation for this section has not yet been entered.

Remarks

Returns the state of any meta / modifier keys that were in effect when the event was generated. This is the same values as those returned by KeyEvent.MetaState.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1