mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Use ScreenCoordsXY for MouseInput (#10120)
This commit is contained in:
committed by
Michael Steenbeek
parent
f79667d842
commit
5f916b79ae
@@ -105,7 +105,7 @@ static void game_handle_key_scroll()
|
||||
{
|
||||
window_unfollow_sprite(mainWindow);
|
||||
}
|
||||
input_scroll_viewport(scrollCoords.x, scrollCoords.y);
|
||||
input_scroll_viewport(scrollCoords);
|
||||
}
|
||||
|
||||
static int32_t input_scancode_to_rct_keycode(int32_t sdl_key)
|
||||
|
||||
Reference in New Issue
Block a user