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

NAME

6       xcb_input_grab_device_button -
7

SYNOPSIS

9       #include <xcb/xinput.h>
10
11   Request function
12       xcb_void_cookie_t xcb_input_grab_device_button(xcb_connection_t *conn,
13              xcb_window_t grab_window, uint8_t grabbed_device,
14              uint8_t modifier_device, uint16_t num_classes,
15              uint16_t modifiers, uint8_t this_device_mode,
16              uint8_t other_device_mode, uint8_t button, uint8_t owner_events,
17              const xcb_input_event_class_t *classes);
18

REQUEST ARGUMENTS

20       conn      The XCB connection to X11.
21
22       grab_window
23                 TODO: NOT YET DOCUMENTED.
24
25       grabbed_device
26                 TODO: NOT YET DOCUMENTED.
27
28       modifier_device
29                 TODO: NOT YET DOCUMENTED.
30
31       num_classes
32                 TODO: NOT YET DOCUMENTED.
33
34       modifiers TODO: NOT YET DOCUMENTED.
35
36       this_device_mode
37                 TODO: NOT YET DOCUMENTED.
38
39       other_device_mode
40                 TODO: NOT YET DOCUMENTED.
41
42       button    TODO: NOT YET DOCUMENTED.
43
44       owner_events
45                 TODO: NOT YET DOCUMENTED.
46
47       classes   TODO: NOT YET DOCUMENTED.
48

DESCRIPTION

RETURN VALUE

51       Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
52       event loop.
53
54       If you want to handle errors directly with xcb_request_check instead,
55       use xcb_input_grab_device_button_checked. See xcb-requests(3) for de‐
56       tails.
57

ERRORS

59       This request does never generate any errors.
60

SEE ALSO

AUTHOR

63       Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
64       rections and improvements.
65
66
67
68X Version 11                      libxcb 1.13  xcb_input_grab_device_button(3)
Impressum