summaryrefslogtreecommitdiff
path: root/src/SMAPI/Events/ButtonReleasedEventArgs.cs
AgeCommit message (Collapse)Author
2020-03-08rework input handling to allow sending custom input to the game/modsJesse Plamondon-Willard
That will let Virtual Keyboard on Android work with the future multi-key binding API, and with mods that check input state directly (e.g. Pathoschild/StardewMods#520). It might also be useful as a public API in future versions.
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-10-05tweak new event naming convention (#310)Jesse Plamondon-Willard