1xcb_input_device_state_notify_eventX_CtB(3Ex)vcebn_tisnput_device_state_notify_event_t(3)
2
3
4
6 xcb_input_device_state_notify_event_t -
7
9 #include <xcb/xinput.h>
10
11 Event datastructure
12 typedef struct xcb_input_device_state_notify_event_t {
13 uint8_t response_type;
14 uint8_t device_id;
15 uint16_t sequence;
16 xcb_timestamp_t time;
17 uint8_t num_keys;
18 uint8_t num_buttons;
19 uint8_t num_valuators;
20 uint8_t classes_reported;
21 uint8_t buttons[4];
22 uint8_t keys[4];
23 uint32_t valuators[3];
24 } xcb_input_device_state_notify_event_t;
25
27 response_type
28 The type of this event, in this case XCB_INPUT_DE‐
29 VICE_STATE_NOTIFY. This field is also present in the
30 xcb_generic_event_t and can be used to tell events apart from
31 each other.
32
33 sequence The sequence number of the last request processed by the X11
34 server.
35
36 device_id NOT YET DOCUMENTED.
37
38 time NOT YET DOCUMENTED.
39
40 num_keys NOT YET DOCUMENTED.
41
42 num_buttons
43 NOT YET DOCUMENTED.
44
45 num_valuators
46 NOT YET DOCUMENTED.
47
48 classes_reported
49 NOT YET DOCUMENTED.
50
51 buttons NOT YET DOCUMENTED.
52
53 keys NOT YET DOCUMENTED.
54
55 valuators NOT YET DOCUMENTED.
56
60 Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
61 rections and improvements.
62
63
64
65X Version 11 libxcbxc1b._1i3n.p1ut_device_state_notify_event_t(3)