Keyboard.Key.Codes Property

Definition

All the key codes (unicode or custom code) that this key could generate, zero'th being the most important.

[Android.Runtime.Register("codes")]
public System.Collections.Generic.IList<int> Codes { get; set; }
[<Android.Runtime.Register("codes")>]
member this.Codes : System.Collections.Generic.IList<int> with get, set

Property Value

Attributes

Remarks

All the key codes (unicode or custom code) that this key could generate, zero'th being the most important.

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

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