Table of Contents

Enum KeyboardEvent

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

Constants for Keyboard events.

public enum KeyboardEvent

Fields

KeyPressed = 128

A key is pushed down.

KeyReleased = 256

A key is let up.

KeyTyped = 512

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.