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:
cxl 2014-12-22 16:48:10 +00:00
parent 27f5c66fc2
commit 948e1554f7
5 changed files with 12 additions and 5 deletions

View file

@ -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 __;