| 125 | } |
| 126 | |
| 127 | pub 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)] |
nothing calls this directly
no outgoing calls
no test coverage detected