pub trait GamepadButtonMethods<D>where D: DomTypes,{ // Required methods fn Pressed(&self) -> bool; fn Touched(&self) -> bool; fn Value(&self) -> Finite<f64>; }