Skip to content

Release v0.4.0 Alpha

Compare
Choose a tag to compare
@Snoothy Snoothy released this 03 Sep 20:48
· 234 commits to master since this release
96e3d90

Changelog

Added

  • Inputs and outputs now support live preview when a profile is active
  • Added circular dead zone feature
  • Button to Axis has absolute value to support Xbox triggers
  • Axes to Axes: Maps a stick to another stick, with optional circular dead zone which acts on both axes
  • Axis to Axis (Cumulative): Cumulatively move the output axis with the value of the input axis
  • Axis to Delta: Joystick type axis to Mouse type axis
  • Delta to Axis: Mouse type axis to Joystick type axis
  • IOWrapper: Complete Delta Axis implementation for mouse support
  • IOWrapper: Interception devices now show K: or M: prefix to aid in identification
  • IOWrapper: Interception support for horizontal wheel

Changed

  • Updated to IOWrapper v0.5.7

Fixed

  • Fixed wrapping errors for invert, dead zone and sensitivity settings
  • IOWrapper: Interception provider, fixes to device enumeration - should now find PS/2 and built-in devices
  • IOWrapper: Interception mouse wheel fix
  • IOWrapper: ViGEm DS4 DPad fixed
  • IOWrapper: ViGEm Xbox triggers fixed