Get the full interaction controls behavior for the plot.
(&self)
| 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) { |
no outgoing calls
no test coverage detected