Home
last modified time | relevance | path

Searched defs:handle_mouserelease (Results 1 – 9 of 9) sorted by relevance

/dports/games/widelands/widelands-build21/src/ui_basic/
H A Dmessagebox.cc126 bool WLMessageBox::handle_mouserelease(const uint8_t, int32_t, int32_t) { in handle_mouserelease() function in UI::WLMessageBox
H A Dscrollbar.cc437 bool Scrollbar::handle_mouserelease(const uint8_t btn, int32_t, int32_t) { in handle_mouserelease() function in UI::Scrollbar
H A Dbutton.cc353 bool Button::handle_mouserelease(uint8_t const btn, int32_t, int32_t) { in handle_mouserelease() function in UI::Button
H A Dslider.cc246 bool Slider::handle_mouserelease(const uint8_t btn, int32_t, int32_t) { in handle_mouserelease() function in UI::Slider
H A Dwindow.cc509 bool Window::handle_mouserelease(const uint8_t btn, int32_t, int32_t) { in handle_mouserelease() function in UI::Window
H A Dpanel.cc572 bool Panel::handle_mouserelease(const uint8_t, int32_t, int32_t) { in handle_mouserelease() function in UI::Panel
/dports/games/widelands/widelands-build21/src/editor/
H A Deditorinteractive.cc529 bool EditorInteractive::handle_mouserelease(uint8_t btn, int32_t x, int32_t y) { in handle_mouserelease() function in EditorInteractive
/dports/games/widelands/widelands-build21/src/wui/
H A Dwaresdisplay.cc183 bool AbstractWaresDisplay::handle_mouserelease(uint8_t btn, int32_t x, int32_t y) { in handle_mouserelease() function in AbstractWaresDisplay
H A Dmapview.cc488 bool MapView::handle_mouserelease(const uint8_t btn, int32_t, int32_t) { in handle_mouserelease() function in MapView