Searched refs:right_mouse_up (Results 1 – 8 of 8) sorted by relevance
/dports/games/wesnoth/wesnoth-1.14.17/src/ |
H A D | mouse_handler_base.hpp | 176 virtual void right_mouse_up(int /*x*/, int /*y*/, const bool /*browse*/);
|
H A D | mouse_handler_base.cpp | 210 right_mouse_up(event.x, event.y, browse); in mouse_press() 346 void mouse_handler_base::right_mouse_up(int x, int y, const bool browse) in right_mouse_up() function in events::mouse_handler_base
|
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/controller/ |
H A D | editor_controller.hpp | 167 void right_mouse_up(int x, int y, const bool browse) override;
|
H A D | editor_controller.cpp | 1362 void editor_controller::right_mouse_up(int x, int y, const bool browse) in right_mouse_up() function in editor::editor_controller 1365 mouse_handler_base::right_mouse_up(x, y, browse); in right_mouse_up()
|
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/macos/ |
H A D | view.rs | 131 decl.add_method(sel!(rightMouseUp:), right_mouse_up as extern fn(&Object, Sel, id)); 591 extern fn right_mouse_up(this: &Object, _sel: Sel, event: id) { in right_mouse_up() function
|
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/macos/ |
H A D | view.rs | 131 decl.add_method(sel!(rightMouseUp:), right_mouse_up as extern fn(&Object, Sel, id)); 591 extern fn right_mouse_up(this: &Object, _sel: Sel, event: id) { in right_mouse_up() function
|
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/macos/ |
H A D | view.rs | 204 right_mouse_up as extern "C" fn(&Object, Sel, id), 886 extern "C" fn right_mouse_up(this: &Object, _sel: Sel, event: id) { in right_mouse_up() function
|
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/macos/ |
H A D | view.rs | 204 right_mouse_up as extern "C" fn(&Object, Sel, id), 886 extern "C" fn right_mouse_up(this: &Object, _sel: Sel, event: id) { in right_mouse_up() function
|