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