summaryrefslogtreecommitdiff
path: root/src/SMAPI/IInputHelper.cs
AgeCommit message (Collapse)Author
2022-04-13enable nullable annotations in SMAPI where no changes are needed (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
2021-01-19add method to suppress active keybindings (#744)Jesse Plamondon-Willard
2020-02-19rename InputStatus to SButtonState for consistencyJesse Plamondon-Willard
2020-02-09add helper.Input.GetStatus methodJesse Plamondon-Willard
2018-06-02add input APIJesse Plamondon-Willard