aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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.iface
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.iface')
-rw-r--r--include/Scintilla.iface5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index d52c229bf..bee9aeef8 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1755,6 +1755,11 @@ set void SetMouseDownCaptures=2384(bool captures,)
# Get whether mouse gets captured.
get bool GetMouseDownCaptures=2385(,)
+# Set whether the mouse wheel can be active outside the window.
+set void SetMouseWheelCaptures=2696(bool captures,)
+# Get whether mouse wheel can be active outside the window.
+get bool GetMouseWheelCaptures=2697(,)
+
enu CursorShape=SC_CURSOR
val SC_CURSORNORMAL=-1
val SC_CURSORARROW=2