public static final class CefKeyboardHandler.CefKeyEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CefKeyboardHandler.CefKeyEvent.EventType
Key event types.
|
| Modifier and Type | Field and Description |
|---|---|
char |
character
The character generated by the keystroke.
|
boolean |
focus_on_editable_field
True if the focus is currently on an editable field on the page.
|
boolean |
is_system_key
Indicates whether the event is considered a "system key" event (see
http://msdn.microsoft.com/en-us/library/ms646286(VS.85).aspx for details).
|
int |
modifiers
Bit flags describing any pressed modifier keys.
|
int |
native_key_code
The actual key code genenerated by the platform.
|
CefKeyboardHandler.CefKeyEvent.EventType |
type
The type of keyboard event.
|
char |
unmodified_character
Same as character but unmodified by any concurrently-held modifiers
(except shift).
|
int |
windows_key_code
The Windows key code for the key event.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final char character
public final boolean focus_on_editable_field
public final boolean is_system_key
public final int modifiers
for values.public final int native_key_code
public final CefKeyboardHandler.CefKeyEvent.EventType type
public final char unmodified_character
public final int windows_key_code