1xcb_input_device_valuator_event_t(3X)CB Eventxscb_input_device_valuator_event_t(3)
2
3
4

NAME

6       xcb_input_device_valuator_event_t -
7

SYNOPSIS

9       #include <xcb/xinput.h>
10
11   Event datastructure
12       typedef struct xcb_input_device_valuator_event_t {
13           uint8_t  response_type;
14           uint8_t  device_id;
15           uint16_t sequence;
16           uint16_t device_state;
17           uint8_t  num_valuators;
18           uint8_t  first_valuator;
19           int32_t  valuators[6];
20       } xcb_input_device_valuator_event_t;
21

EVENT FIELDS

23       response_type
24                 The type of this event, in this case XCB_INPUT_DEVICE_VALUA‐
25                 TOR. This field is also present in the xcb_generic_event_t
26                 and can be used to tell events apart from each other.
27
28       sequence  The sequence number of the last request processed by the X11
29                 server.
30
31       device_id NOT YET DOCUMENTED.
32
33       device_state
34                 NOT YET DOCUMENTED.
35
36       num_valuators
37                 NOT YET DOCUMENTED.
38
39       first_valuator
40                 NOT YET DOCUMENTED.
41
42       valuators NOT YET DOCUMENTED.
43

DESCRIPTION

SEE ALSO

AUTHOR

47       Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
48       rections and improvements.
49
50
51
52X Version 11                      libxcb 1.x1c3b_input_device_valuator_event_t(3)
Impressum