5.3.1
This release requires GameMaker 2022 LTS or later. If you're looking for a version of Input that works on older versions, please use version 5.2.1. Please note that we will not be supporting 5.2.1 long-term and you should update your version of GameMaker to 2022 LTS as soon as possible to keep up with new versions of Input.
New Features:
- Adds
input_cursor_previous_x()
andinput_cursor_previous_y()
- Adds support for Xbox Series X/S share button
- Adds support for unmapped gamepads on Mac
Bug Fixes:
- Fixes crash when running using Steam Input and the player's Steam ID is invalid
- Improves gyro support in MIXED and MULTI source modes
- Fixes gamepads registering input when out of focus on MacOS and Linux
- Fixes mouse wheel down binding-related crash
- Adds alternative GUID lookup fallback for description-encoded GUIDs
- Fixes analogue trigger and digital trigger bindings incorrectly not colliding, leading to safe binding setter to fail
- Tidies up binding confirmation debug messages