Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Releases: jkuhlmann/gainput

Gainput v1.0.0

06 Sep 18:56
Compare
Choose a tag to compare

This is it. This is version 1.0 of Gainput. This should hopefully be production-ready. It has definitely been used in shipped games.

Contains a lot of changes:

  • Added support for tvOS.
  • Improved support for Android a lot and made it work if you don't use native-activity.
  • Added support for inputs coming from another thread (depends on a 3rd party thread-safe queue though).
  • Added support for user-provided delta times.
  • Fixed a lot of bugs and generally improved all platforms.

Gainput v0.10.0-beta

30 Aug 19:44
Compare
Choose a tag to compare
Gainput v0.10.0-beta Pre-release
Pre-release
  • Added OS X support.
  • Added iOS support.
  • Changed build system to CMake.
  • Introduced 'built-in' device type.
  • Many minor fixes and cleaned up a lot.

Gainput v0.9.0-beta

11 Sep 20:59
Compare
Choose a tag to compare
Gainput v0.9.0-beta Pre-release
Pre-release

The second public release of Gainput with the following changes:

  • Implemented support for raw input on Windows and Linux for mice and keyboards.
  • Changed the naming of all buttons.
  • Added device variants so that different device implementations can be selected at runtime.
  • Added a small FAQ to the docs.
  • And more smaller fixes.

Gainput v0.8.0-beta

24 Jul 09:54
Compare
Choose a tag to compare
Gainput v0.8.0-beta Pre-release
Pre-release

The first public release of Gainput.