pub trait LinuxGamepadExt {
// Required method
fn devpath(&self) -> &Path;
}Expand description
Linux specific extension to Gamepad.
Required Methods§
Implementors§
impl LinuxGamepadExt for gilrs_core::Gamepad
impl LinuxGamepadExt for gilrs::Gamepad<'_>
Available on Linux only.