Releases: FeralAI/MPG
Releases · FeralAI/MPG
v0.4.0
Changelog:
- Modernize some code, thanks @ivanhawkes!
- Added checksum member to GamepadOptions
- Added invert X and Y axes options
NOTE: The code modernization made the MPG and MPGS classes abstract, meaning you will need to subclass one of them to create your implementation.
V0.2.1
v0.2.0
- Added
GamepadState::aux
to allow additional arbitrary input tracking - Prevent
GamepadStorage::save()
from constantly running save logic when firing on hotkey check - Moved
InputMode
,DpadMode
andSOCDMode
vaules into aGamepadOptions
property for easier saving/loading