We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b033547 commit c55c623Copy full SHA for c55c623
src/keypress.h
@@ -23,6 +23,8 @@ extern "C"
23
MOD_SHIFT = kCGEventFlagMaskShift
24
} MMKeyFlags;
25
26
+ extern MMKeyFlags flagBuffer;
27
+
28
#elif defined(USE_X11)
29
30
enum _MMKeyFlags {
0 commit comments