pub trait LinuxGamepadExt { // Required method fn devpath(&self) -> &Path; }
Linux specific extension to Gamepad.
Gamepad
Returns the device node of gamepad.