Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 182cfbff8abf1d8c58e0bd9a4cda327c > files > 12

libgiigic-devel-1.1.2-10mdv2010.0.i586.rpm

LibGIIGIC Libraries and utilities
=================================



A flexible library for action/event binding
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. manpage:: 7 libgiigic

Description
-----------

GIC stands for General Input Configuration.

LibGIIGIC is a convenience library running on top of :man:`libgii(7)`, which implements
easy Descent/Forsaken style input configuration.

It basically handles binding of keystrokes, mice and valuators to program
actions.

It is designed to make such schemes so easy, that noone would want to bother
doing something else.

.. _GGI Project: http://www.ggi-project.org/


Environment variables
---------------------


The following outlines the environment variables, intended for the
user, which affect the behaviour of LibGIIGIC:


`GIC_DEBUG`
    The debug level for LibGIIGIC:

    - 0 or unset : debug output is off; debugging is off
    - 255 : all debug output is on

    You may also bitwise 'or' any of the following together:

    - 2   : debug core
    - 32  : misc debugging output
    - 64  : debug dynamic library handling
    - 128 : debug event handling

`GIC_DEBUGSYNC`
    Turn on synchronous debug output, flushing the output buffers
    before returning from `DPRINT` calls.

`GGI_CONFDIR`
    Override compiled-in path to global config files (Win32 only,
    but not Cygwin).

Note that the last environment variable really begin with `GGI`,
and not `GIC`.

Other environment variables specific to recognizers are
documented in the corresponding manual page.


See Also
--------

:man:`libgiigic-usage(7)`