NAME
xcbxkbextensiondevicenotifyeventt - SYNOPSIS
#include
Event datastructure typedef struct xcbxkbextensiondevicenotifyeventt { uint8t responsetype; uint8t xkbType; uint16t sequence; xcbtimestampt time; uint8t deviceID; uint8t pad0; uint16t reason; uint16t ledClass; uint16t ledID; uint32t ledsDefined; uint32t ledState; uint8t firstButton; uint8t nButtons; uint16t supported; uint16t unsupported; uint8t pad1[2]; } xcbxkbextensiondevicenotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBXKBEXTENSIONDE‐ VICENOTIFY. This field is also present in the xcbgener‐ iceventt and can be used to tell events apart from each other. sequence The sequence number of the last request processed by the X11 server. xkbType NOT YET DOCUMENTED. time NOT YET DOCUMENTED. deviceID NOT YET DOCUMENTED. reason NOT YET DOCUMENTED. ledClass NOT YET DOCUMENTED. ledID NOT YET DOCUMENTED. ledsDefined NOT YET DOCUMENTED. ledState NOT YET DOCUMENTED. firstButton NOT YET DOCUMENTED. nButtons NOT YET DOCUMENTED. supported NOT YET DOCUMENTED. unsupported NOT YET DOCUMENTED. DESCRIPTION SEE ALSO AUTHOR Generated from xkb.xml. Contact xcb@lists.freedesktop.org for correc‐ tions and improvements. X Version 11 lixcbxkbextensiondevicenotifyeventt(3)