Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-22 17:21:35 +0000
committerStijn Buys <ingar@osirion.org>2008-07-22 17:21:35 +0000
commit9adc3720cd8fe2ba843d014dbbfe81bf936f9715 (patch)
treeb6610b334a33ede55068f1daa1b869c251548c6f /src/client/keyboard.h
parentbb8b4e081d33f4f1aca6ba23a78842e1fc9cd721 (diff)
more keyboard handling cleanups
Diffstat (limited to 'src/client/keyboard.h')
-rw-r--r--src/client/keyboard.h2
1 files changed, 1 insertions, 1 deletions
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