Skip to content

XInputium v1.2.0

Latest
Compare
Choose a tag to compare
@AderitoSilva AderitoSilva released this 20 Jun 20:29
· 12 commits to main since this release

Added new features to XInputium library, that enhance the way developers can track motion of axes and added new features related with dynamic input events.

XInputium library

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.

XInputium Preview

Upgraded XInputium library to the latest version.