summaryrefslogtreecommitdiff
path: root/man/XTest.xml
blob: 9d21ef73b4c152d00a5bc1b1f706c976c8d38b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
<!-- lifted from troff+man by doclifter -->
<refentry id='XTest.man'>
<!--
Copyright &copy; 1992 by UniSoft Group Ltd.
Permission to use, copy, modify, and distribute this documentation for
any purpose and without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
UniSoft makes no representations about the suitability for any purpose of
the information in this document.  This documentation is provided "as is"
without express or implied warranty.

Copyright &copy; 1992, 1994 X Consortium

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Except as contained in this notice, the name of the X Consortium shall not
be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from the
X Consortium.
 -->

<!-- edited for DP edits and code consistency w/ core protocol/xlib 4/2/96 -->
<!-- Converted from xorg-docs/specs/Xext/xtestlib.ms 6/6/07 -->
 <refentryinfo>
  <productname>__vendorversion__</productname>
  <pubdate>6 June 2007</pubdate>
   <author><firstname>Kieron</firstname><surname>Drake</surname>
   <affiliation><orgname>UniSoft Ltd.</orgname></affiliation>
   </author>
 </refentryinfo>
<refmeta>
<refentrytitle>XTest</refentrytitle>
<manvolnum>__libmansuffix__</manvolnum>
<refmiscinfo class='source'>__xorgversion__</refmiscinfo>
<refmiscinfo class='manual'>XTST FUNCTIONS</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>XTestQueryExtension</refname>
<refname>XTestCompareCursorWithWindow</refname>
<refname>XTestCompareCurrentCursorWithWindow</refname>
<refname>XTestFakeKeyEvent</refname>
<refname>XTestFakeButtonEvent</refname>
<refname>XTestFakeMotionEvent</refname>
<refname>XTestFakeRelativeMotionEvent</refname>
<refname>XTestGrabControl</refname>
<refname>XTestSetGContextOfGC</refname>
<refname>XTestSetVisualIDOfVisual</refname>
<refname>XTestDiscard</refname>
<refpurpose>XTest extension functions</refpurpose>
</refnamediv>
<!-- body begins here -->
<refsynopsisdiv id='synopsis'>
<funcsynopsis>
<funcsynopsisinfo>
cc [ flag ... ] file ... -lXtst  [ library ... ]
</funcsynopsisinfo>
<funcsynopsisinfo>
#include &lt;X11/extensions/XTest.h&gt;
</funcsynopsisinfo>
<funcprototype>
<funcdef><function>Bool</function> XTestQueryExtension</funcdef>
<paramdef><parameter>display</parameter></paramdef>
<paramdef><parameter>event_base_return</parameter></paramdef>
<paramdef><parameter>error_base_return</parameter></paramdef>
<paramdef><parameter>major_version_return</parameter></paramdef>
<paramdef><parameter>minor_version_return</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>
 Display *display;
 int *event_base_return;
 int *error_base_return;
 int *major_version_return;
 int *minor_version_return;
</funcsynopsisinfo>
<funcprototype>
<funcdef><function>Bool</function> XTestCompareCursorWithWindow</funcdef>
<paramdef><parameter>display</parameter></paramdef>
<paramdef><parameter>window</parameter></paramdef>
<paramdef><parameter>cursor</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>
 Display *display;
 Window window;
 Cursor cursor;
</funcsynopsisinfo>
<funcprototype>
<funcdef><function>Bool</function> XTestCompareCurrentCursorWithWindow</funcdef>
<paramdef><parameter>display</parameter></paramdef>
<paramdef><parameter>window</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>
 Display *display;
 Window window;
</funcsynopsisinfo>
<funcprototype>
<funcdef>int <function>XTestFakeKeyEvent</function></funcdef>
<paramdef><parameter>display</parameter></paramdef>
<paramdef><parameter>keycode</parameter></paramdef>
<paramdef><parameter>is_press</parameter></paramdef>
<paramdef><parameter>delay</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>
 Display *display;
 unsigned int keycode;
 Bool is_press;
 unsigned long delay;
</funcsynopsisinfo>
<funcprototype>
<funcdef>int <function>XTestFakeButtonEvent</function></funcdef>
<paramdef><parameter>display</parameter></paramdef>
<paramdef><parameter>button</parameter></paramdef>
<paramdef><parameter>is_press</parameter></paramdef>
<paramdef><parameter>delay</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>
 Display *display;
 unsigned int button;
 Bool is_press;
 unsigned long delay;
</funcsynopsisinfo>
<funcprototype>
<funcdef>int <function>XTestFakeMotionEvent</function></funcdef>
<paramdef><parameter>display</parameter></paramdef>
<paramdef><parameter>screen_number</parameter></paramdef>
<paramdef><parameter>x</parameter></paramdef>
<paramdef><parameter>y</parameter></paramdef>
<paramdef><parameter>delay</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>
 Display *display;
 int screen_number;
 int x, y;
 unsigned long delay;
</funcsynopsisinfo>
<funcprototype>
<funcdef>int <function>XTestFakeRelativeMotionEvent</function></funcdef>
<paramdef><parameter>display</parameter></paramdef>
<paramdef><parameter>screen_number</parameter></paramdef>
<paramdef><parameter>x</parameter></paramdef>
<paramdef><parameter>y</parameter></paramdef>
<paramdef><parameter>delay</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>
 Display *display;
 int screen_number;
 int x, y;
 unsigned long delay;
</funcsynopsisinfo>
<funcprototype>
<funcdef>int <function>XTestGrabControl</function></funcdef>
<paramdef><parameter>display</parameter></paramdef>
<paramdef><parameter>impervious</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>
 Display *display;
 Bool impervious;
</funcsynopsisinfo>
<funcprototype>
<funcdef>void <function>XTestSetGContextOfGC</function></funcdef>
<paramdef><parameter>gc</parameter></paramdef>
<paramdef><parameter>gid</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>
 GC gc;
 GContext gid;
</funcsynopsisinfo>
<funcprototype>
<funcdef>void <function>XTestSetVisualIDOfVisual</function></funcdef>
<paramdef><parameter>visual</parameter></paramdef>
<paramdef><parameter>visualid</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>
 Visual *visual;
 VisualID visualid;
</funcsynopsisinfo>
<funcprototype>
<funcdef><function>Status</function> XTestDiscard</funcdef>
<paramdef><parameter>display</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>
 Display *display;
</funcsynopsisinfo>
</funcsynopsis>
</refsynopsisdiv>


<refsect1 id='description'><title>DESCRIPTION</title>
<para>This extension is a minimal set of client and server extensions
required to completely test the X11 server with no user intervention.
This extension is not intended to support general journaling and
playback of user actions.</para>

<para>The functions provided by this extension fall into two groups:</para>
<variablelist remap='IP'>
  <varlistentry>
  <term><emphasis remap='B'>Client Operations</emphasis></term>
  <listitem>
<para>These routines manipulate otherwise hidden client-side behavior.  The
actual implementation will depend on the details of the actual language
binding and what degree of request buffering, GContext caching, and so on, is
provided.  In the C binding, routines are provided
to access the internals of two opaque data structures
&mdash; <structname>GC</structname>s
and
<structname>Visual</structname>s &mdash;
and to discard any requests pending within the
output buffer of a connection.  The exact details can be expected to differ for
other language bindings.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='B'>Server Requests</emphasis></term>
  <listitem>
<para>The first of these requests is similar to that provided in most
extensions: it allows a client to specify a major and minor version
number to the server and for the server to respond with major and minor
versions of its own.  The remaining two requests allow the following:</para>
 <itemizedlist>
  <listitem>
<para>Access to an otherwise <emphasis>write-only</emphasis> server resource:
the cursor associated with a given window</para>
  </listitem>
  <listitem>
<para>Perhaps most importantly, limited synthesis of input device events,
almost as if a cooperative user had moved the pointing device
or pressed a key or button.</para>
  </listitem>
 </itemizedlist>
  </listitem>
  </varlistentry>
</variablelist>

<para>All XTEST extension functions and procedures, and all manifest
constants and macros, will start with the string <emphasis>XTest</emphasis>.
All operations are classified as
server/client (Server) or client-only (Client).</para>

<para><function>XTestQueryExtension</function>
returns
<returnvalue>True</returnvalue>
if the specified display supports the XTEST extension, else
<returnvalue>False</returnvalue>.
If the extension is supported, *event_base would be set to the event number for
the first event for this extension and
*error_base would be set to the error number for the first error for
this extension.  As no errors or events are defined for this version of the extension,
the values returned here are not defined (nor useful).
If the extension is supported, *major_version and *minor_version are set to
the major and minor version numbers of the extension supported by the
display.  Otherwise, none of the arguments are set.</para>


<para>If the extension is supported,
<function>XTestCompareCursorWithWindow</function>
performs a comparison of the cursor
whose ID is specified by cursor (which may be
<emphasis remap='B'>None</emphasis>)
with the cursor of the window specified by window returning
<returnvalue>True</returnvalue>
if they are the same and
<returnvalue>False</returnvalue>
otherwise.
If the extension is not supported, then the request is ignored and
zero is returned.</para>


<para>If the extension is supported,
<function>XTestCompareCurrentCursorWithWindow</function>
performs a comparison of the current cursor
with the cursor of the specified window returning
<returnvalue>True</returnvalue>
if they are the same and
<returnvalue>False</returnvalue>
otherwise.
If the extension is not supported, then the request is ignored and
zero is returned.</para>


<para>If the extension is supported,
<function>XTestFakeKeyEvent</function>
requests the server to simulate either a
<emphasis remap='B'>KeyPress</emphasis>
(if is_press is
<returnvalue>True</returnvalue>)
or a
<emphasis remap='B'>KeyRelease</emphasis>
(if is_press is
<returnvalue>False</returnvalue>)
of the key with the specified keycode;
otherwise, the request is ignored.</para>

<para>If the extension is supported,
the simulated event will not be processed until delay milliseconds
after the request is received (if delay is
<emphasis remap='B'>CurrentTime</emphasis>,
then this is interpreted as no delay at all).  No other requests from
this client will be processed until this delay, if any, has expired
and subsequent processing of the simulated event has been completed.</para>


<para>If the extension is supported,
<function>XTestFakeButtonEvent</function>
requests the server to simulate either
a
<emphasis remap='B'>ButtonPress</emphasis>
(if is_press is
<returnvalue>True</returnvalue>)
or a
<emphasis remap='B'>ButtonRelease</emphasis>
(if is_press is
<returnvalue>False</returnvalue>)
of the logical button numbered by the specified button;
otherwise, the request is ignored.</para>

<para>If the extension is supported,
the simulated event will not be processed until delay milliseconds
after the request is received (if delay is
<emphasis remap='B'>CurrentTime</emphasis>,
then this is interpreted as no delay at all).  No other requests from
this client will be processed until this delay, if any, has expired
and subsequent processing of the simulated event has been completed.</para>


<para>If the extension is supported,
<function>XTestFakeMotionEvent</function>
requests the server to simulate
a movement of the pointer to the specified position (x, y) on the
root window of screen_number;
otherwise, the request is ignored.  If screen_number is -1, the
current screen (that the pointer is on) is used.</para>

<para>If the extension is supported,
the simulated event will not be processed until delay milliseconds
after the request is received (if delay is
<emphasis remap='B'>CurrentTime</emphasis>,
then this is interpreted as no delay at all).  No other requests from
this client will be processed until this delay, if any, has expired
and subsequent processing of the simulated event has been completed.</para>


<para>If the extension is supported,
<function>XTestFakeRelativeMotionEvent</function>
requests the server to simulate
a movement of the pointer by the specified offsets (x, y) relative
to the current pointer position on screen_number;
otherwise, the request is ignored.  If screen_number is -1, the
current screen (that the pointer is on) is used.</para>

<para>If the extension is supported,
the simulated event will not be processed until delay milliseconds
after the request is received (if delay is
<emphasis remap='B'>CurrentTime</emphasis>,
then this is interpreted as no delay at all).  No other requests from
this client will be processed until this delay, if any, has expired
and subsequent processing of the simulated event has been completed.</para>



<para>If impervious is
<returnvalue>True</returnvalue>,
then the executing client becomes impervious to server grabs.
If impervious is
<returnvalue>False</returnvalue>,
then the executing client returns to the normal state of being
susceptible to server grabs.</para>


<para><function>XTestSetGContextOfGC</function>
sets the GContext within the opaque datatype referenced by gc to
be that specified by gid.</para>


<para><function>XTestSetVisualIDOfVisual</function>
sets the VisualID within the opaque datatype referenced by visual to
be that specified by visualid.</para>


<para><function>XTestDiscard</function>
discards any requests within the output buffer for the specified display.
It returns
<returnvalue>True</returnvalue>
if any requests were discarded; otherwise, it returns
<returnvalue>False</returnvalue>.</para>

</refsect1>

<refsect1 id='return_values'><title>RETURN VALUES</title>
<para>All routines that have return type Status will return nonzero for
success and zero for failure.  Even if the XTEST extension is
supported, the server may withdraw such facilities arbitrarily; in which case
they will subsequently return zero.</para>
</refsect1>
</refentry>