1xcb_input_xi_passive_ungrab_deviceX(C3B)Requexsctbs_input_xi_passive_ungrab_device(3)
2
3
4
6 xcb_input_xi_passive_ungrab_device -
7
9 #include <xcb/xinput.h>
10
11 Request function
12 xcb_void_cookie_t
13 xcb_input_xi_passive_ungrab_device(xcb_connection_t *conn,
14 xcb_window_t grab_window, uint32_t detail,
15 xcb_input_device_id_t deviceid, uint16_t num_modifiers,
16 uint8_t grab_type, const uint32_t *modifiers);
17
19 conn The XCB connection to X11.
20
21 grab_window
22 TODO: NOT YET DOCUMENTED.
23
24 detail TODO: NOT YET DOCUMENTED.
25
26 deviceid TODO: NOT YET DOCUMENTED.
27
28 num_modifiers
29 TODO: NOT YET DOCUMENTED.
30
31 grab_type TODO: NOT YET DOCUMENTED.
32
33 modifiers TODO: NOT YET DOCUMENTED.
34
37 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
38 event loop.
39
40 If you want to handle errors directly with xcb_request_check instead,
41 use xcb_input_xi_passive_ungrab_device_checked. See xcb-requests(3) for
42 details.
43
45 This request does never generate any errors.
46
49 Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
50 rections and improvements.
51
52
53
54X Version 11 libxcb 1x.c1b2_input_xi_passive_ungrab_device(3)