1xcb_xkb_access_x_notify_event_t(3)XCB Eventsxcb_xkb_access_x_notify_event_t(3)
2
3
4
6 xcb_xkb_access_x_notify_event_t -
7
9 #include <xcb/xkb.h>
10
11 Event datastructure
12 typedef struct xcb_xkb_access_x_notify_event_t {
13 uint8_t response_type;
14 uint8_t xkbType;
15 uint16_t sequence;
16 xcb_timestamp_t time;
17 uint8_t deviceID;
18 xcb_keycode_t keycode;
19 uint16_t detailt;
20 uint16_t slowKeysDelay;
21 uint16_t debounceDelay;
22 uint8_t pad0[16];
23 } xcb_xkb_access_x_notify_event_t;
24
26 response_type
27 The type of this event, in this case XCB_XKB_ACCESS_X_NOTIFY.
28 This field is also present in the xcb_generic_event_t and can
29 be used to tell events apart from each other.
30
31 sequence The sequence number of the last request processed by the X11
32 server.
33
34 xkbType NOT YET DOCUMENTED.
35
36 time NOT YET DOCUMENTED.
37
38 deviceID NOT YET DOCUMENTED.
39
40 keycode NOT YET DOCUMENTED.
41
42 detailt NOT YET DOCUMENTED.
43
44 slowKeysDelay
45 NOT YET DOCUMENTED.
46
47 debounceDelay
48 NOT YET DOCUMENTED.
49
53 Generated from xkb.xml. Contact xcb@lists.freedesktop.org for correcā
54 tions and improvements.
55
56
57
58X Version 11 libxcb 1.13.x1cb_xkb_access_x_notify_event_t(3)