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

Method get_controls

src/plot_widget.rs:825–827  ·  view source on GitHub ↗

Get the full interaction controls behavior for the plot.

(&self)

Source from the content-addressed store, hash-verified

823 /// lower-left corner of the plot. Disabled by default.
824 pub fn set_cursor_overlay(&mut self, enabled: bool) {
825 self.cursor_overlay = enabled;
826 }
827
828 /// Provide a custom formatter for the cursor overlay. Called with
829 /// (x, y) world coordinates and should return the formatted string.
830 pub fn set_cursor_provider(&mut self, provider: CursorProvider) {

Callers 5

drag_enabledMethod · 0.80
scroll_enabledMethod · 0.80
click_enabledMethod · 0.80
double_click_enabledMethod · 0.80
key_enabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected