/* (C) Copyright 2000, 2001 Joel Vennin Part of the Adonthell Project http://adonthell.linuxgames.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. See the COPYING file for more details */ #include "win_keys.h" SDLKey win_keys::KEY_ACTIVATE_ENTRY = SDLK_RETURN; SDLKey win_keys::KEY_UP = SDLK_PAGEUP; SDLKey win_keys::KEY_DOWN = SDLK_PAGEDOWN; SDLKey win_keys::KEY_PREVIOUS = SDLK_UP; SDLKey win_keys::KEY_NEXT = SDLK_DOWN; SDLKey win_keys::KEY_ACTIVATE = SDLK_SPACE;