KeyEvent.MaxKeycode Field

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("MAX_KEYCODE")]
[System.Obsolete("deprecated")]
public const int MaxKeycode = 84;
[<Android.Runtime.Register("MAX_KEYCODE")>]
[<System.Obsolete("deprecated")>]
val mutable MaxKeycode : int

Field Value

Value = 84

Implements

Attributes

Remarks

This member is deprecated. There are now more than MAX_KEYCODE keycodes. Use #getMaxKeyCode() instead.

Java documentation for android.view.KeyEvent.MAX_KEYCODE.

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