Keyboard.Key.Pressed Property

Definition

The current pressed state of this key

[Android.Runtime.Register("pressed")]
public bool Pressed { get; set; }
[<Android.Runtime.Register("pressed")>]
member this.Pressed : bool with get, set

Property Value

Attributes

Remarks

The current pressed state of this key

Java documentation for android.inputmethodservice.Keyboard.Key.pressed.

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