Searched refs:signal_handler_sdl_wheel_down (Results 1 – 4 of 4) sorted by relevance
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/ |
H A D | menu_button.cpp | 70 std::bind(&menu_button::signal_handler_sdl_wheel_down, this, _2, _3), in REGISTER_WIDGET() 174 void menu_button::signal_handler_sdl_wheel_down(const event::ui_event event, bool& handled) in signal_handler_sdl_wheel_down() function in gui2::menu_button
|
H A D | menu_button.hpp | 140 void signal_handler_sdl_wheel_down(const event::ui_event event, bool& handled);
|
H A D | scrollbar_container.hpp | 540 void signal_handler_sdl_wheel_down(const event::ui_event event, bool& handled);
|
H A D | scrollbar_container.cpp | 91 std::bind(&scrollbar_container::signal_handler_sdl_wheel_down, this, _2, _3), in scrollbar_container() 1151 void scrollbar_container::signal_handler_sdl_wheel_down(const event::ui_event event, bool& handled) in signal_handler_sdl_wheel_down() function in gui2::scrollbar_container
|