~ubuntu-branches/ubuntu/trusty/geis/trusty

« back to all changes in this revision

Viewing changes to doc/geistest.1

  • Committer: Package Import Robot
  • Author(s): Chase Douglas
  • Date: 2012-07-30 08:51:42 UTC
  • Revision ID: package-import@ubuntu.com-20120730085142-jrc33ygjvt0ob1wl
Tags: upstream-2.2.11
ImportĀ upstreamĀ versionĀ 2.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH geistest 1 "August 16, 2010" "" "geistest"
 
2
 
 
3
.SH NAME
 
4
geistest \- test operation of the GEIS API
 
5
 
 
6
.SH SYNOPSIS
 
7
.B geistest [ 
 
8
.B -w 
 
9
.I windowid
 
10
.B ]
 
11
.B [ 
 
12
.B -d 
 
13
.I deviceid
 
14
.B ]
 
15
.br
 
16
 
 
17
.SH DESCRIPTION
 
18
This manual page explains the
 
19
.B geistest
 
20
program. This program is a test driver for verifying the recognition and propagation of gestures through the GEIS API.
 
21
 
 
22
Hitting any key on the keyboard will exit the program gracefully.
 
23
 
 
24
.SH OPTIONS
 
25
.IP -w
 
26
Specifies the
 
27
.I windowId
 
28
of a specific window to associate with gestures.
 
29
Particularly useful with touchscreens.
 
30
If this argument is not set, the default action is to read gestures on all
 
31
windows.
 
32
 
 
33
The
 
34
.I windowId
 
35
can be determined using the program
 
36
.BR xwininfo .
 
37
 
 
38
.IP -d
 
39
Specifies the
 
40
.I deviceId
 
41
of a specific input device to be tested for multi-touch gestural input.
 
42
If this argument is not set, the default action is to listen to multi-touch
 
43
input on all devices.  This argument may be used more than once to specify
 
44
multiple input devices.
 
45
 
 
46
The
 
47
.I deviceId
 
48
can be determined using the program
 
49
.BR xinput .
 
50
 
 
51
.SH ENVIRONMENT
 
52
.IP GEIS_DEBUG
 
53
Enables GEIS library diagnostic messages on stderr.
 
54
 
 
55
.SH "SEE ALSO"
 
56
gesturetest(1)