mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
fixed: modifier keys are repeated on windows server.
This commit is contained in:
parent
6649887ca6
commit
68557afff2
2 changed files with 37 additions and 0 deletions
|
@ -211,6 +211,10 @@ private: // HACK
|
|||
|
||||
// save last position of mouse to compute next delta movement
|
||||
void saveMousePosition(SInt32 x, SInt32 y);
|
||||
|
||||
// check if it is a modifier key repeating message
|
||||
bool isModifierRepeat(KeyModifierMask oldState,
|
||||
KeyModifierMask state, WPARAM wParam) const;
|
||||
|
||||
private:
|
||||
struct CHotKeyItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue