mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2026-02-03 06:06:30 +01:00
IDEA-237231: Correct signarute mask
(cherry picked from commit 6974131eec)
This commit is contained in:
committed by
alexey.ushakov@jetbrains.com
parent
8ffeb25707
commit
8150468c72
@@ -194,7 +194,7 @@ class CriticalSection {
|
||||
#define TOUCHEVENTF_PEN 0x0040
|
||||
#define TOUCHEVENTF_PALM 0x0080
|
||||
|
||||
#define MOUSEEVENTF_FROMTOUCH_MASK 0xFF515700
|
||||
#define MOUSEEVENTF_FROMTOUCH_MASK 0xFFFFFF00
|
||||
#define MOUSEEVENTF_FROMTOUCH 0xFF515700
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user