Home
last modified time | relevance | path

Searched refs:can_enable_modifier_hotkeys (Results 1 – 3 of 3) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/whiteboard/
H A Dmanager.hpp78 bool can_enable_modifier_hotkeys() const;
H A Dmanager.cpp254 return can_enable_modifier_hotkeys() && viewer_side() == resources::controller->current_side() in can_enable_execution_hotkeys()
258 bool manager::can_enable_modifier_hotkeys() const in can_enable_modifier_hotkeys() function in wb::manager
265 return can_enable_modifier_hotkeys() && highlighter_ && highlighter_->get_bump_target(); in can_enable_reorder_hotkeys()
1040 if(can_enable_modifier_hotkeys()) { in contextual_delete()
/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dhotkey_handler_sp.cpp275 return whiteboard_manager_->can_enable_modifier_hotkeys(); in can_execute_command()