KeyEvent.IsSymPressed Property

Definition

Returns the pressed state of the SYM meta key.

public bool IsSymPressed { [Android.Runtime.Register("isSymPressed", "()Z", "")] get; }
[<get: Android.Runtime.Register("isSymPressed", "()Z", "")>]
member this.IsSymPressed : bool

Property Value

true if the SYM key is pressed, false otherwise

Attributes

Remarks

Returns the pressed state of the SYM meta key.

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

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