From aa50057b86c35de70ed87921ecdb1288e7e17e41 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 27 Oct 2007 13:18:04 +0000 Subject: camera handling updates --- src/client/input.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client/input.h') 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 -- cgit v1.2.3