KeyEvent.IsShiftPressed Property

Definition

Returns the pressed state of the SHIFT meta key.

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

Property Value

true if the SHIFT key is pressed, false otherwise

Attributes

Remarks

Returns the pressed state of the SHIFT meta key.

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

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