![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
A keystroke. More...
#include <KeyMap.h>

Classes | |
| struct | Button |
| struct | Group |
| union | Data |
Public Types | |
| enum class | KeyType { Button , Group } |
Public Member Functions | |
| Keystroke (KeyButton, bool press, bool repeat, uint32_t clientData) | |
| Keystroke (int32_t group, bool absolute, bool restore) | |
Public Attributes | |
| KeyType | m_type {} |
| Data | m_data {} |
A keystroke.
|
strong |
| deskflow::KeyMap::Keystroke::Keystroke | ( | KeyButton | button, |
| bool | press, | ||
| bool | repeat, | ||
| uint32_t | clientData ) |
| deskflow::KeyMap::Keystroke::Keystroke | ( | int32_t | group, |
| bool | absolute, | ||
| bool | restore ) |
| Data deskflow::KeyMap::Keystroke::m_data {} |
| KeyType deskflow::KeyMap::Keystroke::m_type {} |