summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Input
AgeCommit message (Expand)Author
2021-01-02fix cursor position incorrectly handling UI mode (#741)Jesse Plamondon-Willard
2020-12-20update for draw changesJesse Plamondon-Willard
2020-09-08fix input handling issues in SMAPI 3.7Jesse Plamondon-Willard
2020-09-04extend game's input logic instead of replacing itJesse Plamondon-Willard
2020-05-16use newer C# featuresJesse Plamondon-Willard
2020-03-24fix mouse input suppression broken in SMAPI 3.4 (#705)Jesse Plamondon-Willard
2020-03-08encapsulate logic for each input typeJesse Plamondon-Willard
2020-03-08rework input handling to allow sending custom input to the game/modsJesse Plamondon-Willard
2020-02-19rename InputStatus to SButtonState for consistencyJesse Plamondon-Willard
2020-02-09add helper.Input.GetStatus methodJesse Plamondon-Willard
2019-12-05update for 'force off' gamepad option added in Stardew Valley 1.4.0.1Jesse Plamondon-Willard
2019-09-14fix ICursorPosition.AbsolutePixels not adjusted for zoomJesse Plamondon-Willard
2019-09-14fix incorrect input check, update release notesJesse Plamondon-Willard
2019-02-07fix cursor position not updated in edge caseJesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-06-19 add absolute pixels to ICursorPosition, fix tile not updated if screen-relat...Jesse Plamondon-Willard
2018-06-02add input APIJesse Plamondon-Willard
2018-05-24fix input suppression not working on the title menu (#527)Jesse Plamondon-Willard
2018-05-05fix input suppression not working in some casesJesse Plamondon-Willard
2018-04-29fix build error on Linux/MacJesse Plamondon-Willard
2018-04-28fix released-button detection (#453)Jesse Plamondon-Willard
2018-04-25rewrite input suppression again (#453)Jesse Plamondon-Willard
2018-04-22rewrite input suppression (#453)Jesse Plamondon-Willard
2018-04-22don't send chatbox input to mods (#453)Jesse Plamondon-Willard
2018-01-17overhaul input handling (#422)Jesse Plamondon-Willard