diff options
| author | Markus Nißl <unknown> | 2022-09-21 14:57:21 +1000 |
|---|---|---|
| committer | Markus Nißl <unknown> | 2022-09-21 14:57:21 +1000 |
| commit | 9a2d8d26c2b7c67bded00126f35c631c864ce9d6 (patch) | |
| tree | c8ef1bbcfc2ebb91b2e2f766882f2e02054293f1 /doc/ScintillaHistory.html | |
| parent | 76bb58830b43d2a785508c42d2197c12f807afb6 (diff) | |
| download | scintilla-mirror-9a2d8d26c2b7c67bded00126f35c631c864ce9d6.tar.gz | |
Feature [feature-requests:#1450] Implement horizontal scrolling mouse wheel
through WM_MOUSEHWHEEL.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 7a4b5b9bc..8f2a6206c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -588,6 +588,10 @@ This is a private interface but could be used by independent platform layers and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit. </li> + <li> + On Win32 implement horizontal scrolling mouse wheel. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1450/">Feature #1450</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla530.zip">Release 5.3.0</a> |
