1xcb_input_device_presence_notify_evXeCxnBctb_E_tvi(en3np)tust_device_presence_notify_event_t(3)
2
3
4
6 xcb_input_device_presence_notify_event_t -
7
9 #include <xcb/xinput.h>
10
11 Event datastructure
12 typedef struct xcb_input_device_presence_notify_event_t {
13 uint8_t response_type;
14 uint8_t pad0;
15 uint16_t sequence;
16 xcb_timestamp_t time;
17 uint8_t devchange;
18 uint8_t device_id;
19 uint16_t control;
20 uint8_t pad1[20];
21 } xcb_input_device_presence_notify_event_t;
22
24 response_type
25 The type of this event, in this case XCB_INPUT_DEVICE_PRES‐
26 ENCE_NOTIFY. This field is also present in the xcb_gener‐
27 ic_event_t and can be used to tell events apart from each
28 other.
29
30 sequence The sequence number of the last request processed by the X11
31 server.
32
33 time NOT YET DOCUMENTED.
34
35 devchange NOT YET DOCUMENTED.
36
37 device_id NOT YET DOCUMENTED.
38
39 control NOT YET DOCUMENTED.
40
44 Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
45 rections and improvements.
46
47
48
49X Version 11 libxxccbb_i1n.p1u3t._1device_presence_notify_event_t(3)