Namespace
Manette – 1
Simple GObject game controller library
Dependencies
GObject—2.0 | The base type system and object class |
Browse documentation | |
Gio—2.0 | General purpose I/O, networking, IPC, settings, and other high level application functionality |
Browse documentation |
Enumerations
Axis |
Describes available axes a |
Button |
Describes available buttons a |
DeviceType |
Describes available types of a |
Functions
get_major_version |
Returns the major version number of the libmanette library. |
get_micro_version |
Returns the micro version number of the libmanette library. |
get_minor_version |
Returns the minor version number of the libmanette library. |
Function Macros
CHECK_VERSION |
Compile-time version checking. Evaluates to |
Constants
MAJOR_VERSION |
Libmanette major version component (e.g. 1 if the version is 1.2.3). |
MICRO_VERSION |
Libmanette micro version component (e.g. 3 if the version is 1.2.3). |
MINOR_VERSION |
Libmanette minor version component (e.g. 2 if the version is 1.2.3). |
VERSION_S |
Libmanette version, encoded as a string, useful for printing and concatenation. |