22 #ifndef BAGEL_METAENGINE_H 23 #define BAGEL_METAENGINE_H 25 #include "common/system.h" 26 #include "engines/advancedDetector.h" 30 extern Common::KeyCode KeybindToKeycode(
int key);
33 enum KeybindingAction {
34 KEYBIND_NONE, KEYBIND_WAIT, KEYBIND_CHEAT714,
35 KEYBIND_UP, KEYBIND_DOWN, KEYBIND_LEFT, KEYBIND_RIGHT,
36 KEYBIND_SELECT, KEYBIND_ESCAPE, KEYBIND_PAGEUP,
37 KEYBIND_PAGEDOWN, KEYBIND_HOME, KEYBIND_END
54 const char *getName()
const override;
77 static void setKeybindingMode(Bagel::KeybindingMode mode);
80 #endif // BAGEL_METAENGINE_H
Definition: advancedDetector.h:164