Manual Pages for Linux CentOS command on man xcb_warp_pointer
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_warp_pointer

xcbwarppointer(3) XCB Requests xcbwarppointer(3)

NAME

xcbwarppointer - move mouse pointer SYNOPSIS

#include Request function xcbvoidcookiet xcbwarppointer(xcbconnectiont *conn, xcbwindowt srcwindow, xcbwindowt dstwindow, int16t srcx, int16t srcy, uint16t srcwidth, uint16t srcheight, int16t dstx, int16t dsty); REQUEST ARGUMENTS conn The XCB connection to X11. srcwindow If srcwindow is not XCBNONE (TODO), the move will only take place if the pointer is inside srcwindow and within the rec‐ tangle specified by (srcx, srcy, srcwidth, srcheight). The rectangle coordinates are relative to srcwindow. dstwindow If dstwindow is not XCBNONE (TODO), the pointer will be moved to the offsets (dstx, dsty) relative to dstwindow. If dstwindow is XCBNONE (TODO), the pointer will be moved by the offsets (dstx, dsty) relative to the current posi‐ tion of the pointer. srcx TODO: NOT YET DOCUMENTED. srcy TODO: NOT YET DOCUMENTED. srcwidth TODO: NOT YET DOCUMENTED. srcheight TODO: NOT YET DOCUMENTED. dstx TODO: NOT YET DOCUMENTED. dsty TODO: NOT YET DOCUMENTED. DESCRIPTION Moves the mouse pointer to the specified position. If srcwindow is not XCBNONE (TODO), the move will only take place if the pointer is inside srcwindow and within the rectangle specified by (srcx, srcy, srcwidth, srcheight). The rectangle coordinates are relative to srcwindow. If dstwindow is not XCBNONE (TODO), the pointer will be moved to the offsets (dstx, dsty) relative to dstwindow. If dstwindow is XCBNONE (TODO), the pointer will be moved by the offsets (dstx, dsty) relative to the current position of the pointer. RETURN VALUE Returns an xcbvoidcookiet. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcbrequestcheck instead,

use xcbwarppointerchecked. See xcb-requests(3) for details. ERRORS xcbwindowerrort TODO: reasons? SEE ALSO

xcb-requests(3), xcbsetinputfocus(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbwarppointer(3)




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