Manual Pages for Linux CentOS command on man xcb_key_press_event_t
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_key_press_event_t

xcbkeypresseventt(3) XCB Events xcbkeypresseventt(3)

NAME

xcbkeypresseventt - a key was pressed/released SYNOPSIS

#include Event datastructure typedef struct xcbkeypresseventt { uint8t responsetype; xcbkeycodet detail; uint16t sequence; xcbtimestampt time; xcbwindowt root; xcbwindowt event; xcbwindowt child; int16t rootx; int16t rooty; int16t eventx; int16t eventy; uint16t state; uint8t samescreen; uint8t pad0; } xcbkeypresseventt; EVENT FIELDS responsetype The type of this event, in this case XCBKEYRELEASE. 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. detail The keycode (a number representing a physical key on the key‐ board) of the key which was pressed. time Time when the event was generated (in milliseconds). root The root window of child. event NOT YET DOCUMENTED. child NOT YET DOCUMENTED. rootx The X coordinate of the pointer relative to the root window at the time of the event. rooty The Y coordinate of the pointer relative to the root window at the time of the event. eventx If samescreen is true, this is the X coordinate relative to the event window's origin. Otherwise, eventx will be set to zero. eventy If samescreen is true, this is the Y coordinate relative to the event window's origin. Otherwise, eventy will be set to zero. state The logical state of the pointer buttons and modifier keys just prior to the event. samescreen Whether the event window is on the same screen as the root window. DESCRIPTION SEE ALSO xcbgenericeventt(3), xcbgrabkey(3), xcbgrabkeyboard(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbkeypresseventt(3)




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