logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

geistest - test operation of the GEIS API

Description

       This  manual  page  explains  the  geistest  program.  This  program  is  a test driver for verifying the
       recognition and propagation of gestures through the GEIS API.

       Hitting any key on the keyboard will exit the program gracefully.

Environment

       GEIS_DEBUG
              Enables GEIS library diagnostic messages on stderr.

Name

       geistest - test operation of the GEIS API

Options

       -w     Specifies the windowId of a specific window to associate with gestures.  Particularly useful  with
              touchscreens.  If this argument is not set, the default action is to read gestures on all windows.

              The windowId can be determined using the program xwininfo.

       -d     Specifies the deviceId of a specific input device to be tested for multi-touch gestural input.  If
              this  argument  is  not  set, the default action is to listen to multi-touch input on all devices.
              This argument may be used more than once to specify multiple input devices.

              The deviceId can be determined using the program xinput.

See Also

gesturetest(1)

                                                 August 16, 2010                                     geistest(1)

Synopsis

geistest[-wwindowid][-ddeviceid]

See Also