diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-13 05:57:11 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-13 05:57:11 +0000 |
| commit | ed4d4bfdc4fc63789e4692b0fcc31e33633e1706 (patch) | |
| tree | acef4b36bf6cfdbc68e11580aac8cca9afddf754 /src/game/client/components/controls.hpp | |
| parent | 5bcba4498e2934d44ae3b15d047be5eff5e7afb1 (diff) | |
| download | zcatch-ed4d4bfdc4fc63789e4692b0fcc31e33633e1706.tar.gz zcatch-ed4d4bfdc4fc63789e4692b0fcc31e33633e1706.zip | |
fixed cursor problems
Diffstat (limited to 'src/game/client/components/controls.hpp')
| -rw-r--r-- | src/game/client/components/controls.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/components/controls.hpp b/src/game/client/components/controls.hpp index 39043f2a..e33d24f5 100644 --- a/src/game/client/components/controls.hpp +++ b/src/game/client/components/controls.hpp @@ -12,6 +12,8 @@ public: int input_direction_right; CONTROLS(); + + virtual void on_render(); virtual void on_message(int msg, void *rawmsg); virtual bool on_mousemove(float x, float y); virtual void on_console_init(); |