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-02-22 22:36:23 +0000
committerStijn Buys <ingar@osirion.org>2008-02-22 22:36:23 +0000
commit82c06412ef39522c4deab457ce7a3e78160d8a19 (patch)
tree80a656d624c1d979df956a6982fb2246b81b6c69 /src/client/keyboard.h
parent9b041ac2e075bfb3a30397a8acdc5432860d2c84 (diff)
keypad and numlock support
Diffstat (limited to 'src/client/keyboard.h')
-rw-r--r--src/client/keyboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/keyboard.h b/src/client/keyboard.h
index 10953c9..6805818 100644
--- a/src/client/keyboard.h
+++ b/src/client/keyboard.h
@@ -11,8 +11,8 @@
namespace client {
-/// convert SDL_keysym to an ascii character
-char keysym_to_char(const SDL_keysym &keysym);
+/// convert SDL_keysym to a keystroke
+int translate_keysym(const SDL_keysym &keysym);
/// set the keyboard input mode
/** @param input true for console input, false for game input