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

Class GpuPickRequest

src/picking.rs:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256#[derive(Debug, Clone, Copy)]
257struct GpuPickRequest {
258 pub cursor_x: f32, // logical px in widget local coordinates
259 pub cursor_y: f32, // logical px in widget local coordinates
260 pub radius_px: f32, // logical px
261 pub seq: u64, // monotonically increasing sequence
262}
263
264#[derive(Debug, Clone)]
265struct GpuPickResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected