libdom
|
#include <keyboard_event.h>
Public Attributes | |
struct dom_ui_event | base |
dom_string * | key |
dom_string * | code |
dom_key_location | location |
uint32_t | modifier_state |
bool | repeat |
bool | is_composing |
The keyboard event
struct dom_ui_event dom_keyboard_event::base |
The base class
dom_string* dom_keyboard_event::code |
bool dom_keyboard_event::is_composing |
dom_string* dom_keyboard_event::key |
dom_key_location dom_keyboard_event::location |
uint32_t dom_keyboard_event::modifier_state |
The modifier keys state
bool dom_keyboard_event::repeat |