public static final class CefKeyboardHandler.CefKeyEvent
extends java.lang.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.
(如果焦点当前位于页面上的可编辑字段上,则为True。)
|
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).
(指示该事件是否被视为“系统密钥”事件(有关详细信息,请参见http://msdn.microsoft.com/zh-cn/library/ms646286(VS.85).aspx)。)
|
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).
(与字符相同,但未被任何并发的修饰符(shift除外)修改。)
|
int |
windows_key_code
The Windows key code for the key event.
(按键事件的Windows按键代码。)
|
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