1xcb_input_ungrab_device_key(3) XCB Requests xcb_input_ungrab_device_key(3)
2
3
4
6 xcb_input_ungrab_device_key -
7
9 #include <xcb/xinput.h>
10
11 Request function
12 xcb_void_cookie_t xcb_input_ungrab_device_key(xcb_connection_t *conn,
13 xcb_window_t grabWindow, uint16_t modifiers,
14 uint8_t modifier_device, uint8_t key, uint8_t grabbed_device);
15
17 conn The XCB connection to X11.
18
19 grabWindow
20 TODO: NOT YET DOCUMENTED.
21
22 modifiers TODO: NOT YET DOCUMENTED.
23
24 modifier_device
25 TODO: NOT YET DOCUMENTED.
26
27 key TODO: NOT YET DOCUMENTED.
28
29 grabbed_device
30 TODO: NOT YET DOCUMENTED.
31
34 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
35 event loop.
36
37 If you want to handle errors directly with xcb_request_check instead,
38 use xcb_input_ungrab_device_key_checked. See xcb-requests(3) for de‐
39 tails.
40
42 This request does never generate any errors.
43
46 Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
47 rections and improvements.
48
49
50
51X Version 11 libxcb 1.13.1 xcb_input_ungrab_device_key(3)