awebview ~master (2016-01-01T12:36:59Z)
Dub
Repo
WebKeyboardEvent.Field
awebview
wrapper
cpp
webkeyboardevent
Awesomium
WebKeyboardEvent
Undocumented in source.
class
WebKeyboardEvent
static
struct
Field {
Type
type
;
int
modifiers
;
int
virtual_key_code
;
int
native_key_code
;
char
[
20
]
key_identifier
;
wchar
[
4
]
text
;
wchar
[
4
]
unmodified_text
;
bool
is_system_key
;
WebKeyboardEvent
cppObj
();
}
Members
Functions
cppObj
WebKeyboardEvent
cppObj
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
is_system_key
bool
is_system_key
;
Undocumented in source.
key_identifier
char
[
20
]
key_identifier
;
Undocumented in source.
modifiers
int
modifiers
;
Undocumented in source.
native_key_code
int
native_key_code
;
Undocumented in source.
text
wchar
[
4
]
text
;
Undocumented in source.
type
Type
type
;
Undocumented in source.
unmodified_text
wchar
[
4
]
unmodified_text
;
Undocumented in source.
virtual_key_code
int
virtual_key_code
;
Undocumented in source.
Meta
Source
See Implementation
awebview
wrapper
cpp
webkeyboardevent
Awesomium
WebKeyboardEvent
enums
Modifiers
Type
structs
Field