#include <clientlib.h>
Inherits client::UIEventInit.
Inherited by client::KeyboardEventInit, client::MouseEventInit, and client::TouchEventInit.
◆ get_altKey()
| bool client::EventModifierInit::get_altKey |
( |
| ) |
|
◆ get_ctrlKey()
| bool client::EventModifierInit::get_ctrlKey |
( |
| ) |
|
◆ get_metaKey()
| bool client::EventModifierInit::get_metaKey |
( |
| ) |
|
◆ get_modifierAltGraph()
| bool client::EventModifierInit::get_modifierAltGraph |
( |
| ) |
|
◆ get_modifierCapsLock()
| bool client::EventModifierInit::get_modifierCapsLock |
( |
| ) |
|
◆ get_modifierFn()
| bool client::EventModifierInit::get_modifierFn |
( |
| ) |
|
◆ get_modifierFnLock()
| bool client::EventModifierInit::get_modifierFnLock |
( |
| ) |
|
◆ get_modifierHyper()
| bool client::EventModifierInit::get_modifierHyper |
( |
| ) |
|
◆ get_modifierNumLock()
| bool client::EventModifierInit::get_modifierNumLock |
( |
| ) |
|
◆ get_modifierOS()
| bool client::EventModifierInit::get_modifierOS |
( |
| ) |
|
◆ get_modifierScrollLock()
| bool client::EventModifierInit::get_modifierScrollLock |
( |
| ) |
|
◆ get_modifierSuper()
| bool client::EventModifierInit::get_modifierSuper |
( |
| ) |
|
◆ get_modifierSymbol()
| bool client::EventModifierInit::get_modifierSymbol |
( |
| ) |
|
◆ get_modifierSymbolLock()
| bool client::EventModifierInit::get_modifierSymbolLock |
( |
| ) |
|
◆ get_shiftKey()
| bool client::EventModifierInit::get_shiftKey |
( |
| ) |
|
◆ set_altKey()
| void client::EventModifierInit::set_altKey |
( |
bool |
| ) |
|
◆ set_ctrlKey()
| void client::EventModifierInit::set_ctrlKey |
( |
bool |
| ) |
|
◆ set_metaKey()
| void client::EventModifierInit::set_metaKey |
( |
bool |
| ) |
|
◆ set_modifierAltGraph()
| void client::EventModifierInit::set_modifierAltGraph |
( |
bool |
| ) |
|
◆ set_modifierCapsLock()
| void client::EventModifierInit::set_modifierCapsLock |
( |
bool |
| ) |
|
◆ set_modifierFn()
| void client::EventModifierInit::set_modifierFn |
( |
bool |
| ) |
|
◆ set_modifierFnLock()
| void client::EventModifierInit::set_modifierFnLock |
( |
bool |
| ) |
|
◆ set_modifierHyper()
| void client::EventModifierInit::set_modifierHyper |
( |
bool |
| ) |
|
◆ set_modifierNumLock()
| void client::EventModifierInit::set_modifierNumLock |
( |
bool |
| ) |
|
◆ set_modifierOS()
| void client::EventModifierInit::set_modifierOS |
( |
bool |
| ) |
|
◆ set_modifierScrollLock()
| void client::EventModifierInit::set_modifierScrollLock |
( |
bool |
| ) |
|
◆ set_modifierSuper()
| void client::EventModifierInit::set_modifierSuper |
( |
bool |
| ) |
|
◆ set_modifierSymbol()
| void client::EventModifierInit::set_modifierSymbol |
( |
bool |
| ) |
|
◆ set_modifierSymbolLock()
| void client::EventModifierInit::set_modifierSymbolLock |
( |
bool |
| ) |
|
◆ set_shiftKey()
| void client::EventModifierInit::set_shiftKey |
( |
bool |
| ) |
|