Skip to content

Releases: atahabaki/bevy_input_mapper

Version 0.0.3

29 Sep 11:37
Compare
Choose a tag to compare

What's Changed?

  • Gamepad support improved,
  • Updated examples,
  • Fixed minor bugs.

Known Issues

  • Binding GamepadAxis and MouseAxis to same action, causes early ActionFinished trigger on GamepadAxis Events, #1

Planned features?

Same as previous:

  • Support for scenario profiles,
  • Load InputMappings from file

Version 0.0.2

26 Sep 14:09
Compare
Choose a tag to compare

What's Changed?

  • Added Gamepad Support,
  • Updated examples,
  • Fixed unwanted ActionFinished events.

Planned features?

  • Support for scenario profiles,
  • Load InputMappings from file