Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ drag_in_progress
Method
drag_in_progress
src/plot_state.rs:484–486 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
482
world_to_screen_position_y(tick_plot, &self.camera, &self.bounds)
483
{
484
self.y_ticks.push(PositionedTick { screen_pos, tick });
485
}
486
}
487
}
488
489
pub(crate) fn point_inside(&self, x: f32, y: f32) -> bool {
Callers
1
handle_mouse_event
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected