```rust struct ControllerDatamap { select: f32, middle: f32, context: f32, grab: f32

struct ControllerDatamap {
    select: f32,
    middle: f32,
    context: f32,
    grab: f32,
    scroll: Vec2,
}
Was this page helpful?