1xcb_input_device_key_state_notify_eXxvCceBbn_tEi_vntep(nu3tt)s_device_key_state_notify_event_t(3)
2
3
4

NAME

6       xcb_input_device_key_state_notify_event_t -
7

SYNOPSIS

9       #include <xcb/xinput.h>
10
11   Event datastructure
12       typedef struct xcb_input_device_key_state_notify_event_t {
13           uint8_t  response_type;
14           uint8_t  device_id;
15           uint16_t sequence;
16           uint8_t  keys[28];
17       } xcb_input_device_key_state_notify_event_t;
18

EVENT FIELDS

20       response_type
21                 The type of this event, in this case XCB_INPUT_DE‐
22                 VICE_KEY_STATE_NOTIFY. This field is also present in the
23                 xcb_generic_event_t and can be used to tell events apart from
24                 each other.
25
26       sequence  The sequence number of the last request processed by the X11
27                 server.
28
29       device_id NOT YET DOCUMENTED.
30
31       keys      NOT YET DOCUMENTED.
32

DESCRIPTION

SEE ALSO

AUTHOR

36       Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
37       rections and improvements.
38
39
40
41X Version 11                      lxicbbx_cibnp1u.t1_3device_key_state_notify_event_t(3)
Impressum