1use crate::interface::view::input; 2impl_control_builtin!{ 3 Wheel <input::Wheel> { } 4} 5 6impl_control_serdes!{ Wheel }