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>2007-10-27 13:18:04 +0000
committerStijn Buys <ingar@osirion.org>2007-10-27 13:18:04 +0000
commitaa50057b86c35de70ed87921ecdb1288e7e17e41 (patch)
tree20e20f38e230464b6dbd4d5aae6677a33a91a8e0 /src/client/input.h
parentbabef2ec1d88b6057b0e17bf1c04dfa3c9d0d5a0 (diff)
camera handling updates
Diffstat (limited to 'src/client/input.h')
-rw-r--r--src/client/input.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/input.h b/src/client/input.h
index fa5486d..23ddd5d 100644
--- a/src/client/input.h
+++ b/src/client/input.h
@@ -22,8 +22,10 @@ public:
void process();
protected:
- /// handle keydown events
- void handle_keydown(SDL_keysym* keysym);
+ /// handle key release events
+ void handle_keyreleased(SDL_keysym* keysym);
+ /// handle key pressed events
+ void handle_keypressed(SDL_keysym* keysym);
};
} // namespace Client