Enum KeyboardEvent
Constants for Keyboard events.
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public enum KeyboardEvent
Fields
| Name | Description |
|---|---|
| KeyPressed | A key is pushed down. |
| KeyReleased | A key is let up. |
| KeyTyped | A character is entered. A single key press or a character produced by series of key presses. If a series of keys, the mapping from key pressed events to key typed events can be many-to-one or many-to-many. |