diff options
author | nyamatongwe <unknown> | 2003-02-23 02:05:55 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-02-23 02:05:55 +0000 |
commit | 647c273bc7f97218914b1b57f9f7a10ad3beb715 (patch) | |
tree | 0dfb714062262b4ce1d68b9c349c7b6beda63de1 /include/Platform.h | |
parent | 3de2de75f4d65a528089c9e28037974b44632ab9 (diff) | |
download | scintilla-mirror-647c273bc7f97218914b1b57f9f7a10ad3beb715.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.h | 1 |
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( |