1xcb_input_device_focus_in_event_t(3X)CB Eventxscb_input_device_focus_in_event_t(3)
2
3
4
6 xcb_input_device_focus_in_event_t -
7
9 #include <xcb/xinput.h>
10
11 Event datastructure
12 typedef struct xcb_input_device_focus_in_event_t {
13 uint8_t response_type;
14 uint8_t detail;
15 uint16_t sequence;
16 xcb_timestamp_t time;
17 xcb_window_t window;
18 uint8_t mode;
19 uint8_t device_id;
20 uint8_t pad0[18];
21 } xcb_input_device_focus_in_event_t;
22
24 response_type
25 The type of this event, in this case XCB_INPUT_DEVICE_FO‐
26 CUS_OUT. 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 detail NOT YET DOCUMENTED.
34
35 time NOT YET DOCUMENTED.
36
37 window NOT YET DOCUMENTED.
38
39 mode NOT YET DOCUMENTED.
40
41 device_id NOT YET DOCUMENTED.
42
46 Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
47 rections and improvements.
48
49
50
51X Version 11 libxcb 1.1x3c.b1_input_device_focus_in_event_t(3)