Home
last modified time | relevance | path

Searched refs:mouse_handler_ (Results 1 – 10 of 10) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dhotkey_handler_sp.cpp49 menu_handler_.recruit(gui()->viewing_side(), mouse_handler_.get_last_hex()); in recruit()
56 menu_handler_.repeat_recruit(gui()->viewing_side(), mouse_handler_.get_last_hex()); in repeat_recruit()
63 menu_handler_.recall(gui()->viewing_side(), mouse_handler_.get_last_hex()); in recall()
83 menu_handler_.create_unit(mouse_handler_); in create_unit()
87 menu_handler_.change_side(mouse_handler_); in change_side()
91 menu_handler_.kill_unit(mouse_handler_); in kill_unit()
95 menu_handler_.label_terrain(mouse_handler_, team_only); in label_terrain()
103 menu_handler_.continue_move(mouse_handler_, play_controller_.current_side()); in continue_move()
108 menu_handler_.unit_hold_position(mouse_handler_, play_controller_.current_side()); in unit_hold_position()
113 menu_handler_.end_unit_turn(mouse_handler_, play_controller_.current_side()); in end_unit_turn()
[all …]
H A Dhotkey_handler.cpp42 , mouse_handler_(pc.get_mouse_handler_base()) in hotkey_handler()
118 mouse_handler_.mouse_press(event, false); in left_mouse_click()
122 mouse_handler_.select_or_action(browse()); in select_and_action()
127 mouse_handler_.touch_action(touched_hex, false); in touch_hex()
131 mouse_handler_.move_action(browse()); in move_action()
135 mouse_handler_.deselect_hex(); in deselect_hex()
153 mouse_handler_.mouse_press(event, true); in right_mouse_click()
158 mouse_handler_.cycle_units(browse()); in cycle_units()
162 mouse_handler_.cycle_back_units(browse()); in cycle_back_units()
194 menu_handler_.terrain_description(mouse_handler_); in terrain_description()
[all …]
H A Dhotkey_handler.hpp44 events::mouse_handler & mouse_handler_; member in play_controller::hotkey_handler
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dplay_controller.cpp146 , mouse_handler_(nullptr, *this) in play_controller()
248 mouse_handler_.set_gui(gui_.get()); in init()
400 mouse_handler_.set_side(current_side()); in init_side_begin()
565 mouse_handler_.deselect_hex(); in finish_side_turn()
602 events::mouse_handler& mousehandler = mouse_handler_; in enter_textbox()
742 return mouse_handler_; in get_mouse_handler_base()
796 if(new_path_turns != mouse_handler_.get_path_turns()) { in process_keyup_event()
797 mouse_handler_.set_path_turns(new_path_turns); in process_keyup_event()
811 mouse_handler_.select_hex(mouse_handler_.get_selected_hex(), false, false, false); in process_keyup_event()
893 mouse_handler_.deselect_hex(); in undo()
[all …]
H A Dplay_controller.hpp330 events::mouse_handler mouse_handler_; member in play_controller
H A Dplaysingle_controller.cpp456 menu_handler_.execute_gotos(mouse_handler_, current_side()); in execute_gotos()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/passwords/
H A Dpassword_bubble_view_base.cc148 mouse_handler_ = in PasswordBubbleViewBase()
200 mouse_handler_.reset(); in OnWidgetClosing()
H A Dpassword_bubble_view_base.h98 std::unique_ptr<WebContentMouseHandler> mouse_handler_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/translate/
H A Dtranslate_bubble_view.h290 std::unique_ptr<WebContentMouseHandler> mouse_handler_; variable
H A Dtranslate_bubble_view.cc222 mouse_handler_.reset(); in CloseBubble()
496 mouse_handler_ = in TranslateBubbleView()