nkeynes@1015: /** nkeynes@1072: * $Id$ nkeynes@1015: * nkeynes@1015: * Handles hotkeys for pause/continue, save states, quit, etc nkeynes@1015: * nkeynes@1015: * Copyright (c) 2009 wahrhaft. nkeynes@1015: * nkeynes@1015: * This program is free software; you can redistribute it and/or modify nkeynes@1015: * it under the terms of the GNU General Public License as published by nkeynes@1015: * the Free Software Foundation; either version 2 of the License, or nkeynes@1015: * (at your option) any later version. nkeynes@1015: * nkeynes@1015: * This program is distributed in the hope that it will be useful, nkeynes@1015: * but WITHOUT ANY WARRANTY; without even the implied warranty of nkeynes@1015: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the nkeynes@1015: * GNU General Public License for more details. nkeynes@1015: */ nkeynes@1015: nkeynes@1015: #ifndef lxdream_hotkeys_H nkeynes@1015: #define lxdream_hotkeys_H nkeynes@1015: nkeynes@1015: #include "config.h" nkeynes@1015: nkeynes@1015: #ifdef __cplusplus nkeynes@1015: extern "C" { nkeynes@1015: #endif nkeynes@1015: nkeynes@1015: void hotkeys_init(); nkeynes@1072: lxdream_config_group_t hotkeys_get_config(); nkeynes@1015: void hotkeys_register_keys(); nkeynes@1015: void hotkeys_unregister_keys(); nkeynes@1015: nkeynes@1015: #ifdef __cplusplus nkeynes@1015: } nkeynes@1015: #endif nkeynes@1015: nkeynes@1015: #endif