Review controller support for input events
Pathoschild opened this issue ยท 3 comments
Known issue:
e.IsActionButton
ande.IsUseToolButton
don't work with controller buttons.
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
.
Fixed via #422 in the upcoming SMAPI 2.4.