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

NAME

6       xcb_input_grab_device_key -
7

SYNOPSIS

9       #include <xcb/xinput.h>
10
11   Request function
12       xcb_void_cookie_t xcb_input_grab_device_key(xcb_connection_t *conn,
13              xcb_window_t grab_window, uint16_t num_classes,
14              uint16_t modifiers, uint8_t modifier_device,
15              uint8_t grabbed_device, uint8_t key, uint8_t this_device_mode,
16              uint8_t other_device_mode, uint8_t owner_events, const
17              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       num_classes
26                 TODO: NOT YET DOCUMENTED.
27
28       modifiers TODO: NOT YET DOCUMENTED.
29
30       modifier_device
31                 TODO: NOT YET DOCUMENTED.
32
33       grabbed_device
34                 TODO: NOT YET DOCUMENTED.
35
36       key       TODO: NOT YET DOCUMENTED.
37
38       this_device_mode
39                 TODO: NOT YET DOCUMENTED.
40
41       other_device_mode
42                 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_key_checked. See xcb-requests(3) for details.
56

ERRORS

58       This request does never generate any errors.
59

SEE ALSO

AUTHOR

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