6.3.0 Beta
Pre-release
Pre-release
Documentation
Input 6.3.0 supports LTS v2022.0.2.51 and newer
About this Beta
Input is undergoing a large internal semantic change to address an issue with variable scope in GML that has proven problematic for many library users. In short, all variables available through Input's API will be prefixed (eg. type
becomes __type
) to minimize library user exposure to scope-related variable name problems. You can read more in the following issue: #751
This change touches many corners of the project internally and will be rolled out over several Beta pre-releases before being set to standard.
This Beta includes updates to...
- Gamepad class (private)
- Gamepad mapping class (private, thanks @Hmmmpf)
Other Changes
- Adds warning for supported GM version
- Gamepad mapping corrections
- SDL2 mapping DB load time improvement