From 5680cffdd4afdb99d39c644a6c397e670e958848 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 4 Aug 2008 22:32:59 +0000 Subject: initial joystick support, added cl_drawkeypress variable --- src/client/joystick.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/client/joystick.h (limited to 'src/client/joystick.h') diff --git a/src/client/joystick.h b/src/client/joystick.h new file mode 100644 index 0000000..e21a60c --- /dev/null +++ b/src/client/joystick.h @@ -0,0 +1,25 @@ +/* + client/joystick.h + This file is part of the Osirion project and is distributed under + the terms and conditions of the GNU General Public License version 2 +*/ + +#ifndef __INCLUDED_CLIENT_JOYSTICK_H__ +#define __INCLUDED_CLIENT_JOYSTICK_H__ + +namespace client +{ + +class Joystick +{ +public: + static void init(); + + static void shutdown(); + + static void frame(); +}; + +} + +#endif // __INCLUDED_CLIENT_JOYSTICK_H__ -- cgit v1.2.3