KeyEvent.MetaState Property

Definition

Returns the state of the meta keys.

public Android.Views.MetaKeyStates MetaState { [Android.Runtime.Register("getMetaState", "()I", "")] get; }
[<get: Android.Runtime.Register("getMetaState", "()I", "")>]
member this.MetaState : Android.Views.MetaKeyStates

Property Value

an integer in which each bit set to 1 represents a pressed meta key

Attributes

Remarks

Returns the state of the meta keys.

Java documentation for android.view.KeyEvent.getMetaState().

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

See also