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

NAME

6       xcb_change_pointer_control -
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Request function
12       xcb_void_cookie_t xcb_change_pointer_control(xcb_connection_t *conn,
13              int16_t acceleration_numerator,
14              int16_t acceleration_denominator, int16_t threshold,
15              uint8_t do_acceleration, uint8_t do_threshold);
16

REQUEST ARGUMENTS

18       conn      The XCB connection to X11.
19
20       acceleration_numerator
21                 TODO: NOT YET DOCUMENTED.
22
23       acceleration_denominator
24                 TODO: NOT YET DOCUMENTED.
25
26       threshold TODO: NOT YET DOCUMENTED.
27
28       do_acceleration
29                 TODO: NOT YET DOCUMENTED.
30
31       do_threshold
32                 TODO: NOT YET DOCUMENTED.
33

DESCRIPTION

RETURN VALUE

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

ERRORS

44       This request does never generate any errors.
45

SEE ALSO

AUTHOR

48       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
49       rections and improvements.
50
51
52
53X Version 11                      libxcb 1.13    xcb_change_pointer_control(3)
Impressum