From ad94de73d880116b02aa658765e9b32583463c96 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 4 Dec 2009 19:57:33 +0000 Subject: Prevent SDL backend from eating up keypress events with Ctrl+Alt set. svn-id: r46259 --- backends/platform/sdl/sdl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/sdl/sdl.h') diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h index 6163d21105..a38d76583f 100644 --- a/backends/platform/sdl/sdl.h +++ b/backends/platform/sdl/sdl.h @@ -492,7 +492,7 @@ protected: virtual bool remapKey(SDL_Event &ev, Common::Event &event); - void handleScalerHotkeys(const SDL_KeyboardEvent &key); + bool handleScalerHotkeys(const SDL_KeyboardEvent &key); }; #endif -- cgit v1.2.3