public static final class CefKeyboardHandler.CefKeyEvent extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CefKeyboardHandler.CefKeyEvent.EventType
Key event types.
|
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
public final CefKeyboardHandler.CefKeyEvent.EventType type
public final int modifiers
for values.public final int windows_key_code
public final int native_key_code
public final boolean is_system_key
public final char character
public final char unmodified_character
public final boolean focus_on_editable_field
Copyright © 2017. All rights reserved.