From 9adc3720cd8fe2ba843d014dbbfe81bf936f9715 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 22 Jul 2008 17:21:35 +0000 Subject: more keyboard handling cleanups --- src/client/keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/keyboard.h') diff --git a/src/client/keyboard.h b/src/client/keyboard.h index 1c70179..9712009 100644 --- a/src/client/keyboard.h +++ b/src/client/keyboard.h @@ -82,7 +82,7 @@ private: }; /// convert SDL_keysym to a keystroke -unsigned int translate_keysym(const SDL_keysym &keysym); +unsigned int translate_keysym(int keysym, int modifier); /// set the keyboard input mode /** @param input true for console input, false for game input -- cgit v1.2.3