X-1.7 Camiel Vanderhoeven 26-MAR-2008 Fix compiler warnings.
X-1.6 Camiel Vanderhoeven 14-MAR-2008 Formatting.
X-1.4 Camiel Vanderhoeven 02-JAN-2008 Comments.
X-1.3 Camiel Vanderhoeven 10-DEC-2007 Use Configurator.
X-1.2 Camiel Vanderhoeven 7-DEC-2007 Code cleanup.
X-1.1 Camiel Vanderhoeven 6-DEC-2007 Initial version for ES40 emulator.
Definition in file keymap.h.
#include "../Configurator.h"
Go to the source code of this file.
Data Structures | |
| struct | BXKeyEntry |
| Structure of an element of the keymap table. More... | |
| class | bx_keymap_c |
| Keymap, used to map host keys to scancodes. More... | |
Defines | |
| #define | BX_KEYMAP_UNKNOWN 0xFFFFFFFF |
Variables | |
| bx_keymap_c * | bx_keymap |
| #define BX_KEYMAP_UNKNOWN 0xFFFFFFFF |
Definition at line 61 of file keymap.h.
Referenced by bx_keymap_c::convertStringToBXKey(), convertStringToSDLKey(), convertStringToXKeysym(), and bx_keymap_c::loadKeymap().
Definition at line 106 of file keymap.cpp.
Referenced by bx_sdl_gui_c::bx_sdl_gui_c(), bx_win32_gui_c::bx_win32_gui_c(), bx_x11_gui_c::bx_x11_gui_c(), CKeyboard::gen_scancode(), bx_sdl_gui_c::handle_events(), bx_sdl_gui_c::specific_init(), bx_x11_gui_c::specific_init(), bx_win32_gui_c::specific_init(), and xkeypress().