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