mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r13495) -Fix: scrolling the main map with the keys speed was influenced by movement of the mouse.
This commit is contained in:
parent
005d612227
commit
7dcc69e617
@ -1809,7 +1809,6 @@ void MouseLoop(MouseClick click, int mousewheel)
|
|||||||
DecreaseWindowCounters();
|
DecreaseWindowCounters();
|
||||||
HandlePlacePresize();
|
HandlePlacePresize();
|
||||||
UpdateTileSelection();
|
UpdateTileSelection();
|
||||||
HandleKeyScrolling();
|
|
||||||
|
|
||||||
if (!VpHandlePlaceSizingDrag()) return;
|
if (!VpHandlePlaceSizingDrag()) return;
|
||||||
if (!HandleDragDrop()) return;
|
if (!HandleDragDrop()) return;
|
||||||
@ -1949,6 +1948,7 @@ void HandleMouseEvents()
|
|||||||
*/
|
*/
|
||||||
void InputLoop()
|
void InputLoop()
|
||||||
{
|
{
|
||||||
|
HandleKeyScrolling();
|
||||||
HandleMouseEvents();
|
HandleMouseEvents();
|
||||||
HandleAutoscroll();
|
HandleAutoscroll();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user