NAME
xcbinputdevicevaluatoreventt - SYNOPSIS
#include
Event datastructure typedef struct xcbinputdevicevaluatoreventt { uint8t responsetype; uint8t deviceid; uint16t sequence; uint16t devicestate; uint8t numvaluators; uint8t firstvaluator; int32t valuators[6]; } xcbinputdevicevaluatoreventt; EVENT FIELDS responsetype The type of this event, in this case XCBINPUTDEVICEVALUA‐ TOR. This field is also present in the xcbgenericeventt and can be used to tell events apart from each other. sequence The sequence number of the last request processed by the X11 server. deviceid NOT YET DOCUMENTED. devicestate NOT YET DOCUMENTED. numvaluators NOT YET DOCUMENTED. firstvaluator NOT YET DOCUMENTED. valuators NOT YET DOCUMENTED. DESCRIPTION SEE ALSO AUTHOR Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1xcbinputdevicevaluatoreventt(3)