Home
last modified time | relevance | path

Searched refs:event_distributor_ (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dwindow.cpp1277 assert(event_distributor_); in mouse_capture()
1278 event_distributor_->capture_mouse(capture); in mouse_capture()
1283 assert(event_distributor_); in keyboard_capture()
1284 event_distributor_->keyboard_capture(widget); in keyboard_capture()
1289 assert(event_distributor_); in add_to_keyboard_chain()
1290 event_distributor_->keyboard_add_to_chain(widget); in add_to_keyboard_chain()
1295 assert(event_distributor_); in remove_from_keyboard_chain()
1296 event_distributor_->keyboard_remove_from_chain(widget); in remove_from_keyboard_chain()
1304 assert(event_distributor_); in add_to_tab_order()
1375 assert(event_distributor_); in signal_handler_sdl_key_down()
[all …]
H A Dwindow.hpp684 std::unique_ptr<event::distributor> event_distributor_; member in gui2::window
690 return *event_distributor_; in get_distributor()