SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Review controller support for input events

Pathoschild opened this issue ยท 3 comments

commented

Review and fix controller support with the new InputEvents.

commented

Known issue:

  • e.IsActionButton and e.IsUseToolButton don't work with controller buttons.
commented

More info:
Controller buttons aren't added to Game1.options.actionButton. It seems that instead the controller button is checked explicitly or converted to keyboard input via Utility.mapGamePadButtonToKey.

commented

Fixed via #422 in the upcoming SMAPI 2.4.