aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorStefan Küng <unknown>2016-09-27 10:03:48 +1000
committerStefan Küng <unknown>2016-09-27 10:03:48 +1000
commit073480a615d644f8c61e339a500243db00989a80 (patch)
treeaf17b04b82906aa15e6263a95688c53c1a86d963 /include/Scintilla.h
parentaad4df63986f194a86cd669769d5efb5872b6c1a (diff)
downloadscintilla-mirror-073480a615d644f8c61e339a500243db00989a80.tar.gz
On Win32, mouse wheel scrolling can be restricted to only occur when the mouse
is within the window.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 0b5483043..2d6b06b22 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -682,6 +682,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_GETSTATUS 2383
#define SCI_SETMOUSEDOWNCAPTURES 2384
#define SCI_GETMOUSEDOWNCAPTURES 2385
+#define SCI_SETMOUSEWHEELCAPTURES 2696
+#define SCI_GETMOUSEWHEELCAPTURES 2697
#define SC_CURSORNORMAL -1
#define SC_CURSORARROW 2
#define SC_CURSORWAIT 4