Skip to content

6.3.0 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@offalynne offalynne released this 27 May 14:31
· 39 commits to dev_6.3 since this 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