Manual Pages for Linux CentOS command on man xcb_xkb_get_state
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_xkb_get_state

xcbxkbgetstate(3) XCB Requests xcbxkbgetstate(3)

NAME

xcbxkbgetstate - SYNOPSIS

#include Request function xcbxkbgetstatecookiet xcbxkbgetstate(xcbconnectiont *conn, xcbxkbdevicespect deviceSpec); Reply datastructure typedef struct xcbxkbgetstatereplyt { uint8t responsetype; uint8t deviceID; uint16t sequence; uint32t length; uint8t mods; uint8t baseMods; uint8t latchedMods; uint8t lockedMods; uint8t group; uint8t lockedGroup; int16t baseGroup; int16t latchedGroup; uint8t compatState; uint8t grabMods; uint8t compatGrabMods; uint8t lookupMods; uint8t compatLookupMods; uint8t pad0; uint16t ptrBtnState; uint8t pad1[6]; } xcbxkbgetstatereplyt; Reply function xcbxkbgetstatereplyt *xcbxkbgetstatereply(xcbconnectiont *conn, xcbxkbgetstatecookiet cookie, xcbgenericerrort **e); REQUEST ARGUMENTS conn The XCB connection to X11. deviceSpec TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBXKBGETSTATE. This field is also present in the xcbgenericreplyt and can be used to tell replies apart from each other. sequence The sequence number of the last request processed by the X11 server. length The length of the reply, in words (a word is 4 bytes). deviceID TODO: NOT YET DOCUMENTED. mods TODO: NOT YET DOCUMENTED. baseMods TODO: NOT YET DOCUMENTED. latchedMods TODO: NOT YET DOCUMENTED. lockedMods TODO: NOT YET DOCUMENTED. group TODO: NOT YET DOCUMENTED. lockedGroup TODO: NOT YET DOCUMENTED. baseGroup TODO: NOT YET DOCUMENTED. latchedGroup TODO: NOT YET DOCUMENTED. compatState TODO: NOT YET DOCUMENTED. grabMods TODO: NOT YET DOCUMENTED. compatGrabMods TODO: NOT YET DOCUMENTED. lookupMods TODO: NOT YET DOCUMENTED. compatLookupMods TODO: NOT YET DOCUMENTED. ptrBtnState TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbxkbgetstatecookiet. Errors have to be handled when calling the reply function xcbxkbgetstatereply. If you want to handle errors in the event loop instead, use

xcbxkbgetstateunchecked. See xcb-requests(3) for details. ERRORS This request does never generate any errors. SEE ALSO AUTHOR Generated from xkb.xml. Contact xcb@lists.freedesktop.org for correcā€ tions and improvements. X Version 11 libxcb 1.13 xcbxkbgetstate(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™