1xcb_test_fake_input(3)           XCB Requests           xcb_test_fake_input(3)
2
3
4

NAME

6       xcb_test_fake_input -
7

SYNOPSIS

9       #include <xcb/xtest.h>
10
11   Request function
12       xcb_void_cookie_t xcb_test_fake_input(xcb_connection_t *conn,
13              uint8_t type, uint8_t detail, uint32_t time, xcb_window_t root,
14              int16_t rootX, int16_t rootY, uint8_t deviceid);
15

REQUEST ARGUMENTS

17       conn      The XCB connection to X11.
18
19       type      TODO: NOT YET DOCUMENTED.
20
21       detail    TODO: NOT YET DOCUMENTED.
22
23       time      TODO: NOT YET DOCUMENTED.
24
25       root      TODO: NOT YET DOCUMENTED.
26
27       rootX     TODO: NOT YET DOCUMENTED.
28
29       rootY     TODO: NOT YET DOCUMENTED.
30
31       deviceid  TODO: NOT YET DOCUMENTED.
32

DESCRIPTION

RETURN VALUE

35       Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
36       event loop.
37
38       If you want to handle errors directly with xcb_request_check instead,
39       use xcb_test_fake_input_checked. See xcb-requests(3) for details.
40

ERRORS

42       This request does never generate any errors.
43

SEE ALSO

AUTHOR

46       Generated from xtest.xml. Contact xcb@lists.freedesktop.org for correcā€
47       tions and improvements.
48
49
50
51X Version 11                      libxcb 1.13           xcb_test_fake_input(3)
Impressum