libdom
Loading...
Searching...
No Matches
Public Attributes | List of all members
dom_keyboard_event Struct Reference

#include <keyboard_event.h>

Public Attributes

struct dom_ui_event base
 
dom_stringkey
 
dom_stringcode
 
dom_key_location location
 
uint32_t modifier_state
 
bool repeat
 
bool is_composing
 

Detailed Description

The keyboard event

Member Data Documentation

◆ base

struct dom_ui_event dom_keyboard_event::base

The base class

◆ code

dom_string* dom_keyboard_event::code

◆ is_composing

bool dom_keyboard_event::is_composing

◆ key

dom_string* dom_keyboard_event::key

◆ location

dom_key_location dom_keyboard_event::location

◆ modifier_state

uint32_t dom_keyboard_event::modifier_state

The modifier keys state

◆ repeat

bool dom_keyboard_event::repeat

The documentation for this struct was generated from the following file: