mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
IDEA-237231: Correct signarute mask
(cherry picked from commit 6974131eec)
This commit is contained in:
@@ -182,7 +182,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