1xcb_input_ungrab_device_button(3)XCB Requestsxcb_input_ungrab_device_button(3)
2
3
4
6 xcb_input_ungrab_device_button -
7
9 #include <xcb/xinput.h>
10
11 Request function
12 xcb_void_cookie_t
13 xcb_input_ungrab_device_button(xcb_connection_t *conn,
14 xcb_window_t grab_window, uint16_t modifiers,
15 uint8_t modifier_device, uint8_t button,
16 uint8_t grabbed_device);
17
19 conn The XCB connection to X11.
20
21 grab_window
22 TODO: NOT YET DOCUMENTED.
23
24 modifiers TODO: NOT YET DOCUMENTED.
25
26 modifier_device
27 TODO: NOT YET DOCUMENTED.
28
29 button TODO: NOT YET DOCUMENTED.
30
31 grabbed_device
32 TODO: NOT YET DOCUMENTED.
33
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_input_ungrab_device_button_checked. See xcb-requests(3) for de‐
41 tails.
42
44 This request does never generate any errors.
45
48 Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
49 rections and improvements.
50
51
52
53X Version 11 libxcb 1.13.1xcb_input_ungrab_device_button(3)