From 0ad03e492ac030193536e3167e8bf428e88cafb3 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Wed, 30 Aug 2017 23:11:38 -0500 Subject: SDL: Accept signed values for mouse cursor warping This matches the other ScummVM and SDL APIs for mouse warp. --- backends/platform/sdl/sdl-window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/sdl/sdl-window.h') diff --git a/backends/platform/sdl/sdl-window.h b/backends/platform/sdl/sdl-window.h index d75e811f56..fb7607be55 100644 --- a/backends/platform/sdl/sdl-window.h +++ b/backends/platform/sdl/sdl-window.h @@ -58,7 +58,7 @@ public: /** * Warp the mouse to the specified position in window coordinates. */ - void warpMouseInWindow(uint x, uint y); + void warpMouseInWindow(int x, int y); /** * Iconifies the window. -- cgit v1.2.3