aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-02-23 02:05:55 +0000
committernyamatongwe <devnull@localhost>2003-02-23 02:05:55 +0000
commitdc46f3c00e60ecbca323ea661c02c146943024cf (patch)
tree0dfb714062262b4ce1d68b9c349c7b6beda63de1 /include/Platform.h
parenteb4c37657c76b04e3b261a568ac88d2f985390f7 (diff)
downloadscintilla-mirror-dc46f3c00e60ecbca323ea661c02c146943024cf.tar.gz
Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigning
a key to double click can result in two mouse clicks arriving with the same time.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Platform.h b/include/Platform.h
index eacf2302d..ee6e07c34 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -440,6 +440,7 @@ public:
static const char *DefaultFont();
static int DefaultFontSize();
static unsigned int DoubleClickTime();
+ static bool MouseButtonBounce();
static void DebugDisplay(const char *s);
static bool IsKeyDown(int key);
static long SendScintilla(