NAME
xcbxkbindicatorstatenotifyeventt - SYNOPSIS
#include
Event datastructure typedef struct xcbxkbindicatorstatenotifyeventt { uint8t responsetype; uint8t xkbType; uint16t sequence; xcbtimestampt time; uint8t deviceID; uint8t pad0[3]; uint32t state; uint32t stateChanged; uint8t pad1[12]; } xcbxkbindicatorstatenotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBXKBINDICA‐ TORSTATENOTIFY. 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. xkbType NOT YET DOCUMENTED. time NOT YET DOCUMENTED. deviceID NOT YET DOCUMENTED. state NOT YET DOCUMENTED. stateChanged NOT YET DOCUMENTED. DESCRIPTION SEE ALSO AUTHOR Generated from xkb.xml. Contact xcb@lists.freedesktop.org for correc‐ tions and improvements. X Version 11 libxcbxkbindicatorstatenotifyeventt(3)