Manual Pages for Linux CentOS command on man xcb_enter_notify_event_t
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_enter_notify_event_t

xcbenternotifyeventt(3) XCB Events xcbenternotifyeventt(3)

NAME

xcbenternotifyeventt - the pointer is in a different window SYNOPSIS

#include Event datastructure typedef struct xcbenternotifyeventt { uint8t responsetype; uint8t detail; uint16t sequence; xcbtimestampt time; xcbwindowt root; xcbwindowt event; xcbwindowt child; int16t rootx; int16t rooty; int16t eventx; int16t eventy; uint16t state; uint8t mode; uint8t samescreenfocus; } xcbenternotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBLEAVENOTIFY. 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 NOT YET DOCUMENTED. time NOT YET DOCUMENTED. root The root window for the final cursor position. event The window on which the event was generated. child If the event window has subwindows and the final pointer po‐ sition is in one of them, then child is set to that subwin‐ dow, XCBWINDOWNONE otherwise. rootx The pointer X coordinate relative to root's origin at the time of the event. rooty The pointer Y coordinate relative to root's origin at the time of the event. eventx If event is on the same screen as root, this is the pointer X coordinate relative to the event window's origin. eventy If event is on the same screen as root, this is the pointer Y coordinate relative to the event window's origin. state NOT YET DOCUMENTED. mode samescreenfocus NOT YET DOCUMENTED. DESCRIPTION SEE ALSO xcbgenericeventt(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbenternotifyeventt(3)




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