XInputium Changelog

What's new in XInputium 1.2.0

Feb 3, 2023
  • New features:
  • Added Delta, MovementSpeed and IsMoving properties and IsMovingChanged event to Joystick and Trigger classes. This aims to make it easier to handle axes moves.
  • Added a new InputEvent. The new ActivationInputEvent is a very versatile way of creating your own custom events with simple lambda expressions or methods.
  • Added extension methods to the InputObject class, that aid in the registration of input events, including the new ActivationInputEvent. This should also make it simpler to configure axis-to-button mappings.
  • Fixes:
  • Fixed some library documentation misspells.