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

Class CursorPositionUiPayload

src/message.rs:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63/// Payload for the small cursor-position overlay shown in the corner.
64#[derive(Debug, Clone)]
65pub struct CursorPositionUiPayload {
66 /// World/data-space coordinates for the cursor
67 pub x: f64,
68 pub y: f64,
69 /// Formatted text to render
70 pub text: String,
71}
72
73#[derive(Debug, Clone)]
74#[doc(hidden)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected