C# Syntax
public enum Keys : System.Enum
Member | Description |
---|---|
Backspace | The Backspace key. Supported on iOS and Android. |
Delete | The Delete key. Supported on iOS and Android. |
Down | The Down key. Supported on Android. |
End | The End key. Supported on Android. |
Enter | The Enter key. Supported on iOS and Android. |
Escape | The Escape key. Supported on Android. |
Home | The Home key. Supported on Android. |
Left | The Left key. Supported on Android. |
PageDown | The PageDown key. Supported on Android. |
PageUp | The PageUp key. Supported on Android. |
Return | The Return key. Supported on iOS. |
Right | The Right key. Supported on Android. |
Tab | The Tab key. Supported on Android. |
Up | The Up key. Supported on Android. |
System.Object
System.ValueType
System.Enum
HP.LFT.SDK.Mobile.Keys