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-06-02 16:20:47 +0000
committerStijn Buys <ingar@osirion.org>2008-06-02 16:20:47 +0000
commit8c17868585e2a12f947ec387947c4521ef21d775 (patch)
tree83d36d3dc36698aa0d36a3b9b9a8bb0826520586 /src/client/console.h
parent0f87d2fd05786f7ab128d4a041673f6fb085139f (diff)
keyboard binds
Diffstat (limited to 'src/client/console.h')
-rw-r--r--src/client/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/console.h b/src/client/console.h
index 533a8be..05d62ad 100644
--- a/src/client/console.h
+++ b/src/client/console.h
@@ -33,7 +33,7 @@ public:
void toggle();
/// handle keyboard input
- void keypressed(int key);
+ void keypressed(unsigned int key);
/// true of the console is visible
inline bool visible() { return console_visible; }