[−][src]Trait romy_core::input::InputConvert
Trait for converting from one input type to another
Required methods
fn affinity(&self, device_type: InputDeviceType) -> Option<i32>
Returns how closely this device matches the type of another, for example a standard controller is closely to a NES style controller than a keyboard is. Lower values are closer fits. None = cant be converted at all.