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