Home
last modified time | relevance | path

Searched refs:HOTKEY_QUIT_TO_DESKTOP (Results 1 – 6 of 6) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dhotkey_command.hpp53 …KEY_STOP_NETWORK, HOTKEY_START_NETWORK, HOTKEY_SURRENDER, HOTKEY_QUIT_GAME, HOTKEY_QUIT_TO_DESKTOP, enumerator
H A Dhotkey_handler.cpp304 case hotkey::HOTKEY_QUIT_TO_DESKTOP: in can_execute_command()
H A Dcommand_executor.cpp355 case HOTKEY_QUIT_TO_DESKTOP: in do_execute_command()
H A Dhotkey_command.cpp159 …{ HOTKEY_QUIT_TO_DESKTOP, "quit-to-desktop", N_("Quit to Desktop"), false, scope_game | scope_edit…
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dtitle_screen.cpp409 …register_button(win, "quit", hotkey::HOTKEY_QUIT_TO_DESKTOP, [&win]() { win.set_retval(QUIT_GAME);… in pre_show()
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/controller/
H A Deditor_controller.cpp323 case HOTKEY_QUIT_TO_DESKTOP: in can_execute_command()
726 case HOTKEY_QUIT_TO_DESKTOP: in do_execute_command()