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

Method update_axis_links

src/plot_state.rs:790–799  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

788 }
789
790 // camera uniform is handled in renderer per frame
791 needs_redraw
792 }
793
794 pub(crate) fn handle_keyboard_event(
795 &mut self,
796 event: &keyboard::Event,
797 widget: &PlotWidget,
798 cursor: mouse::Cursor,
799 ) -> bool {
800 let cursor_over = self.available_cursor_is_inside(cursor);
801
802 if let keyboard::Event::ModifiersChanged(modifiers) = event {

Callers 4

autoscaleMethod · 0.80
handle_mouse_eventMethod · 0.80
zoom_at_cursorMethod · 0.80
pan_byMethod · 0.80

Calls 2

setMethod · 0.80
versionMethod · 0.80

Tested by

no test coverage detected