Skip to content

Use HID parser - Fix xPad support - Add mouse and flightstick support

Latest
Compare
Choose a tag to compare
@FCare FCare released this 15 Oct 13:33
· 12 commits to release since this release
  • Use HID parser to get information about key and axis of any DPad (HID based) controller. Physical mapping might be review on PID/VId basis
  • XPad support (microsoft xbox360 controller clone) has been improved. Most of xpad are reporting a xbox360 PID/VID, like retrobit controler. Mapping can be managed per VID/PID
  • Add Mouse support for HID Usb mouse support. POlug a mouse and you can play lemmings
  • A Flighstick support. Some USB flightstick are supported. Some wheels are also supported for Need For Speed. FlightStick requires a dedicated VID/PID mapping otherwise, controller is considered as a gamepad. This is due to the limitation of the HID Gamepad report which force some HID gamepads to be reported as Jostick as soon as they are using an analog axis.