KeyEvent.IsFunctionPressed Property

Definition

Returns the pressed state of the FUNCTION meta key.

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

Property Value

true if the FUNCTION key is pressed, false otherwise

Attributes

Remarks

Returns the pressed state of the FUNCTION meta key.

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

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