16#ifndef AEONGUI_DOM_EVENTMODIFIERINIT_H
17#define AEONGUI_DOM_EVENTMODIFIERINIT_H
18#include "aeongui/dom/UIEvent.hpp"
Shared modifier key initialization dictionary.
Definition EventModifierInit.hpp:31
bool shiftKey
Shift key modifier active.
Definition EventModifierInit.hpp:33
bool metaKey
Meta (Command/Windows) key modifier active.
Definition EventModifierInit.hpp:35
bool modifierHyper
Hyper modifier active.
Definition EventModifierInit.hpp:40
bool modifierNumLock
NumLock modifier active.
Definition EventModifierInit.hpp:41
bool modifierSymbol
Symbol modifier active.
Definition EventModifierInit.hpp:44
bool modifierAltGraph
AltGraph modifier active.
Definition EventModifierInit.hpp:36
bool modifierSymbolLock
SymbolLock modifier active.
Definition EventModifierInit.hpp:45
bool ctrlKey
Control key modifier active.
Definition EventModifierInit.hpp:32
bool modifierFnLock
FnLock modifier active.
Definition EventModifierInit.hpp:39
bool modifierSuper
Super modifier active.
Definition EventModifierInit.hpp:43
bool modifierCapsLock
CapsLock modifier active.
Definition EventModifierInit.hpp:37
bool altKey
Alt (Option) key modifier active.
Definition EventModifierInit.hpp:34
bool modifierFn
Fn modifier active.
Definition EventModifierInit.hpp:38
bool modifierScrollLock
ScrollLock modifier active.
Definition EventModifierInit.hpp:42
Initialization dictionary for UIEvent construction.
Definition UIEvent.hpp:29