diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-19 21:47:05 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-19 21:47:05 -0500 |
commit | 7e280a066db92c74e957e2a694c922d4c3eae017 (patch) | |
tree | 1b4c927afe92dd155ff3a379574afa3fd095e21a /docs | |
parent | ff16a6567b6137b1aafed3470406d5f5884a5bdc (diff) | |
download | SMAPI-7e280a066db92c74e957e2a694c922d4c3eae017.tar.gz SMAPI-7e280a066db92c74e957e2a694c922d4c3eae017.tar.bz2 SMAPI-7e280a066db92c74e957e2a694c922d4c3eae017.zip |
add Input.ButtonsChanged event (#744)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index edf4481d..5e0e05b6 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * For modders: * Added [API for multi-key bindings](https://stardewcommunitywiki.com/Modding:Modder_Guide/APIs/Input#KeybindList). + * Added a new [`Input.ButtonsChanged` event](https://stardewcommunitywiki.com/Modding:Modder_Guide/APIs/Events#Input.ButtonsChanged). * Improved multiplayer APIs: * `PerScreen<T>` now lets you get/set the value for any screen, get all active values, or clear all values. * Peer data for the multiplayer API/events now includes `IsSplitScreen` and `ScreenID` fields. |