Home
last modified time | relevance | path

Searched refs:SCOPE_MAIN_MENU (Results 1 – 4 of 4) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dhotkey_command.hpp34 SCOPE_MAIN_MENU, enumerator
H A Dhotkey_command.cpp58 hk_scopes scope_main(1 << SCOPE_MAIN_MENU);
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dpreferences_dialog.cpp771 …ng_option(4, [this](const int i) { return !visible_hotkeys_[i]->scope[hotkey::SCOPE_MAIN_MENU]; }); in post_build()
840 row_is_t = hotkey_item.scope[hotkey::SCOPE_MAIN_MENU] ? text_title_feature_on : ""; in setup_hotkey_list()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dgame_config_manager.cpp95 hotkey::set_scope_active(hotkey::SCOPE_MAIN_MENU); in init_game_config()