17 #ifndef HEADER_SUPERTUX_CONTROL_KEYBOARD_CONFIG_HPP 18 #define HEADER_SUPERTUX_CONTROL_KEYBOARD_CONFIG_HPP 23 #include "control/controller.hpp" 36 SDL_Keycode reversemap_key(Control c)
const;
37 void bind_key(SDL_Keycode key, Control c);
40 void write(
Writer& writer);
43 std::map<SDL_Keycode, Control> m_keymap;
44 bool m_jump_with_up_kbd;
Definition: writer.hpp:27
Definition: keyboard_config.hpp:28
Definition: keyboard_manager.hpp:30
Definition: reader_mapping.hpp:31