Description
Since r72030 we support mouse scrolling in the console. This ticket is for tracking improvements of this support.
More reading:
- WM_MOUSEWHEEL (on MSDN)
- Best Practices for Supporting Microsoft Mouse and Keyboard Devices (Technet)
- Git grep in our code for WM_MOUSEWHEEL (see in particular: clipbrd/scrollutils.c, comctl32/listview.c, riched20/editor.c and user32/controls/edit.c).