xcb_warp_pointer_checked (3) Linux Manual Page
xcb_warp_pointer – move mouse pointer Synopsis #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_warp_pointer(xcb_connection_t *conn, xcb_window_t src_window, xcb_window_t dst_window, int16_t src_x, int16_t src_y, uint16_t src_width, uint16_t src_height, int16_t dst_x, int16_t dst_y); Request Arguments conn The XCB connection to X11. src_window If src_window is not XCB_NONE (TODO), the move will only take place if the pointer is inside…
