Gainput  v1.0.0
Dependencies

Gainput has very few external dependencies in order to make it as self-contained as possible. Normally, the only extra piece of software you might have to install is CMake. Anything else should come with your IDE (or regular platform SDK).

Libraries

Most importantly, Gainput does not depend on the STL or any other unnecessary helper libraries. Input is acquired using the following methods:

Android NDK: All input is acquired through the NDK. Native App Glue is used for most inputs.

iOS:

Linux:

Mac OS X:

Windows:

Building

Gainput is built using CMake