mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlLib, CtrlCore: Now reading and using SPI_GETWHEELSCROLLLINES
git-svn-id: svn://ultimatepp.org/upp/trunk@7990 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
27f5c66fc2
commit
948e1554f7
5 changed files with 12 additions and 5 deletions
|
|
@ -964,6 +964,7 @@ CH_INT(GUI_AltAccessKeys, 1);
|
|||
CH_INT(GUI_AKD_Conservative, 0);
|
||||
CH_INT(GUI_DragDistance, 4);
|
||||
CH_INT(GUI_DblClickTime, 500);
|
||||
CH_INT(GUI_WheelScrollLines, 3);
|
||||
|
||||
String Ctrl::Name0() const {
|
||||
GuiLock __;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue