![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
#include "deskflow/KeyTypes.h"
Variables | |
| const KeyNameMapEntry | kKeyNameMap [] |
| Key name to KeyID table. | |
| const KeyModifierNameMapEntry | kModifierNameMap [] |
| Modifier key name to KeyModifierMask table. | |
| const KeyNameMapEntry kKeyNameMap[] |
| const KeyModifierNameMapEntry kModifierNameMap[] |
Modifier key name to KeyModifierMask table.
A table of modifier key names to the corresponding KeyModifierMask. The end of the table is the first pair with a nullptr m_name.