mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 14:04:02 +00:00

There is a new sdl::get_mouse_state() function that should be used in place of SDL_GetMouseState() in every case. It returns coordinates relative to the drawing surface. With this, the pixel scale option seems to be working without issue.