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
andIsMoving
properties andIsMovingChanged
event toJoystick
andTrigger
classes. This aims to make it easier to handle axes moves. - Added a new
InputEvent
. The newActivationInputEvent
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 newActivationInputEvent
. 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.