MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / is_double_click

Method is_double_click

src/plot_state.rs:801–806  ·  view source on GitHub ↗
(&self, button: mouse::Button)

Source from the content-addressed store, hash-verified

799 ) -> bool {
800 let cursor_over = self.available_cursor_is_inside(cursor);
801
802 if let keyboard::Event::ModifiersChanged(modifiers) = event {
803 if cursor_over {
804 self.modifiers = *modifiers;
805 }
806 return false;
807 }
808
809 let keyboard::Event::KeyPressed { key, .. } = event else {

Callers 2

handle_mouse_eventMethod · 0.80
handle_mouse_clickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected