1xcb_input_device_mapping_notify_eveXnCtBx_ctEb(v_3ei)nntpsut_device_mapping_notify_event_t(3)
2
3
4
6 xcb_input_device_mapping_notify_event_t -
7
9 #include <xcb/xinput.h>
10
11 Event datastructure
12 typedef struct xcb_input_device_mapping_notify_event_t {
13 uint8_t response_type;
14 uint8_t device_id;
15 uint16_t sequence;
16 uint8_t request;
17 xcb_input_key_code_t first_keycode;
18 uint8_t count;
19 uint8_t pad0;
20 xcb_timestamp_t time;
21 uint8_t pad1[20];
22 } xcb_input_device_mapping_notify_event_t;
23
25 response_type
26 The type of this event, in this case XCB_INPUT_DEVICE_MAP‐
27 PING_NOTIFY. This field is also present in the xcb_gener‐
28 ic_event_t and can be used to tell events apart from each
29 other.
30
31 sequence The sequence number of the last request processed by the X11
32 server.
33
34 device_id NOT YET DOCUMENTED.
35
36 request NOT YET DOCUMENTED.
37
38 first_keycode
39 NOT YET DOCUMENTED.
40
41 count NOT YET DOCUMENTED.
42
43 time NOT YET DOCUMENTED.
44
48 Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
49 rections and improvements.
50
51
52
53X Version 11 libxxccbb_1i.n1p3u.t1_device_mapping_notify_event_t(3)