libgii — A flexible library for input handling
LibGII is an input library developed by the GGI Project (http://www.ggi-project.org). Its design philosophy is similar to LibGGI, which deals with graphics output.
LibGII is based on the concept of input streams, which virtualize access to the underlying input drivers. Events from various input devices are abstracted into easy-to-use structures. LibGII also allows the application to join streams together, receiving input from an arbitrary combination of devices.
LibGII is a separate component from LibGGI, although LibGGI depends on LibGII for input purposes. (LibGGI's input functions are simply wrappers for LibGII functions.)
The following outlines the environment variables, intended for the user, which affect the behaviour of LibGII:
The default input source to use. The format is:
input [ :inputargs ]
Multiple inputs can be specified by this notation:
(i1) : (i2) ...
This setting does not affect LibGGI visuals automatically opening inputs. Use the GGI_INPUTx instead.
The debug level for LibGII:
debug output is off; debugging is off
all debug output is on
You may also bitwise 'or' any of the following together:
debug core
misc debugging output
debug dynamic library handling
debug event handling
Turn on synchronous debug output, flushing the output buffers before returning from DPRINT calls.