From 070051b8759806873267cff46ceb2be7d6a3262f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=C3=9F?= Date: Mon, 1 Mar 2010 23:30:40 +0100 Subject: initial commit --- Keys.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Keys.h (limited to 'Keys.h') diff --git a/Keys.h b/Keys.h new file mode 100644 index 0000000..0bdfed4 --- /dev/null +++ b/Keys.h @@ -0,0 +1,24 @@ +/* + * Keys.h + * + * Created on: 10.02.2010 + * Author: constantin + */ + +#ifndef KEYS_H_ +#define KEYS_H_ + +#include + +enum Keys { + KEY_UP = 0, + KEY_DOWN, + KEY_LEFT, + KEY_RIGHT, + + KEY_LAST +}; + +typedef std::bitset Keyset; + +#endif /* KEYS_H_ */ -- cgit v1.2.3