Adonthell
0.4
|
00001 /* 00002 $Id: win_keys.h,v 1.2 2001/08/03 17:05:37 ksterker Exp $ 00003 00004 (C) Copyright 2000, 2001 Joel Vennin 00005 Part of the Adonthell Project http://adonthell.linuxgames.com 00006 00007 This program is free software; you can redistribute it and/or modify 00008 it under the terms of the GNU General Public License. 00009 This program is distributed in the hope that it will be useful, 00010 but WITHOUT ANY WARRANTY. 00011 00012 See the COPYING file for more details 00013 */ 00014 00015 #ifndef _WIN_KEYS_H_ 00016 #define _WIN_KEYS_H_ 00017 00018 #include "input.h" 00019 00020 class win_keys 00021 { 00022 public: 00023 00024 static SDLKey KEY_ACTIVATE_ENTRY; 00025 00026 static SDLKey KEY_UP; 00027 00028 static SDLKey KEY_DOWN; 00029 00030 static SDLKey KEY_PREVIOUS; 00031 00032 static SDLKey KEY_NEXT; 00033 00034 static SDLKey KEY_ACTIVATE; 00035 00036 }; 00037 00038 #endif