Input events' IsActionButton doesn't handle controller properly
Pathoschild opened this issue ยท 1 comments
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));