KeyCharacterMap.IsPrintingKey(Keycode) Method

Definition

Returns true if the specified key produces a glyph.

[Android.Runtime.Register("isPrintingKey", "(I)Z", "GetIsPrintingKey_IHandler")]
public virtual bool IsPrintingKey (Android.Views.Keycode keyCode);
[<Android.Runtime.Register("isPrintingKey", "(I)Z", "GetIsPrintingKey_IHandler")>]
abstract member IsPrintingKey : Android.Views.Keycode -> bool
override this.IsPrintingKey : Android.Views.Keycode -> bool

Parameters

keyCode
Keycode

The key code.

Returns

True if the key is a printing key.

Attributes

Remarks

Returns true if the specified key produces a glyph.

Java documentation for android.view.KeyCharacterMap.isPrintingKey(int).

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