index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SMAPI
/
Events
/
EventArgsInput.cs
Age
Commit message (
Expand
)
Author
2019-09-14
remove deprecated APIs (#606)
Jesse Plamondon-Willard
2018-12-27
tweak comment header convention
Jesse Plamondon-Willard
2018-12-04
add SMAPI 3.0 compatibility strict mode (#606)
Jesse Plamondon-Willard
2018-06-02
add new-style input events (#310)
Jesse Plamondon-Willard
2018-04-22
rewrite input suppression (#453)
Jesse Plamondon-Willard
2018-04-14
fix typo in code docs (#473)
Jesse Plamondon-Willard
2018-04-11
drop support for Stardew Valley 1.2 (#453)
Jesse Plamondon-Willard
2018-03-11
drop support for some deprecated APIs in the Stardew Valley 1.3 branch (#453)
Jesse Plamondon-Willard
2017-12-10
add e.IsSuppressed to input event args
Jesse Plamondon-Willard
2017-12-10
fix mods being able to change cursor position reported to other mods
Jesse Plamondon-Willard
2017-11-26
fix e.SuppressButton() not working with some mouse buttons, update release no...
Jesse Plamondon-Willard
2017-11-10
Simplified mouse checks
YonKuma
2017-11-08
Fixing code to match SMAPI idiom
YonKuma
2017-11-08
Added code to suppress mouse clicks
YonKuma
2017-10-22
replace input events' e.IsClick with better-designed e.IsActionButton and e.I...
Jesse Plamondon-Willard
2017-10-19
fix e.SuppressButton() in input events not suppressing keyboard buttons
Jesse Plamondon-Willard
2017-10-07
reorganise repo structure
Jesse Plamondon-Willard