diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-05 15:41:58 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-05 15:41:58 -0400 |
commit | 8d301162d87558826ed8fc8f2352800bf674ddf0 (patch) | |
tree | 9277661998c2cd2698336f9a2708a9c7d288b0fe /release-notes.md | |
parent | 2f42051cc95f69a74e078ca8d0f9ae8ddbdbbbf0 (diff) | |
download | SMAPI-8d301162d87558826ed8fc8f2352800bf674ddf0.tar.gz SMAPI-8d301162d87558826ed8fc8f2352800bf674ddf0.tar.bz2 SMAPI-8d301162d87558826ed8fc8f2352800bf674ddf0.zip |
add InputEvents which unify keyboard, mouse, and controller input with more metadata (#316)
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release-notes.md b/release-notes.md index 2283d6d1..5d906f6c 100644 --- a/release-notes.md +++ b/release-notes.md @@ -6,8 +6,10 @@ For players: * The SMAPI console is now much simpler and easier-to-read. For mod developers: -* SMAPI mods can now edit XNB images & data loaded by the game (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Content)). -* SMAPI mods can now inject new XNB images & data (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Content)). +* Added API to edit XNB images & data loaded by the game (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Content)). +* Added API to inject new XNB images & data (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Content)). +* Added `InputEvents` which unify keyboard, mouse, and controller input for much simpler input handling (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Input_events)). +* Added useful `InputEvents` metadata like the cursor position, grab tile, etc. * The `manifest.json` version can now be specified as a string. ## 1.15 |