SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Input events' IsActionButton doesn't handle controller properly

Pathoschild opened this issue ยท 1 comments

commented

The input events' IsActionButton doesn't handle controller input correctly, forcing mods to do this:

isActionButton = e.IsActionButton || (e.Button == SButton.ControllerA &&  !GamePad.GetState(PlayerIndex.One).IsButtonDown(Buttons.X));
commented

Fixed in develop for the upcoming SMAPI 2.4.