Release v0.4.0 Alpha
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 triggersAxes to Axes
: Maps a stick to another stick, with optional circular dead zone which acts on both axesAxis to Axis (Cumulative)
: Cumulatively move the output axis with the value of the input axisAxis to Delta
: Joystick type axis to Mouse type axisDelta to Axis
: Mouse type axis to Joystick type axis- IOWrapper: Complete Delta Axis implementation for mouse support
- IOWrapper: Interception devices now show
K:
orM:
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