MCPcopy Create free account
hub / github.com/ad-si/LuaCAD / FrameInput

Class FrameInput

crates/luacad-studio/src/input.rs:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127pub struct FrameInput {
128 pub events: Vec<Event>,
129 pub accumulated_time: f64,
130 pub viewport: Viewport,
131 pub device_pixel_ratio: f32,
132}
133
134/// Internal logical point for coordinate conversion.
135#[derive(Debug, Copy, Clone, PartialEq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected