NAME
xcbinputdevicemappingnotifyeventt - SYNOPSIS
#include
Event datastructure typedef struct xcbinputdevicemappingnotifyeventt { uint8t responsetype; uint8t deviceid; uint16t sequence; uint8t request; xcbinputkeycodet firstkeycode; uint8t count; uint8t pad0; xcbtimestampt time; uint8t pad1[20]; } xcbinputdevicemappingnotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBINPUTDEVICEMAP‐ PINGNOTIFY. 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. deviceid NOT YET DOCUMENTED. request NOT YET DOCUMENTED. firstkeycode NOT YET DOCUMENTED. count NOT YET DOCUMENTED. time NOT YET DOCUMENTED. DESCRIPTION SEE ALSO AUTHOR Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 lixcbinputdevicemappingnotifyeventt(3)