@param c The connection
@param src_window If \a src_window is not XCB_NONE (TODO), the move will only take place if the
pointer is inside \a src_window and within the rectangle specified by (\a src_x,
\a src_y, \a src_width, \a src_height). The rectangle coordinates are relative to
\a src_window.
@param dst_window If \a dst_window is not XCB_NONE (TODO), the pointer will be moved to the
offsets (\a dst_x, \a dst_y) relative to \a dst_window. If \a dst_window is
XCB_NONE (TODO), the pointer will be moved by the offsets (\a dst_x, \a dst_y)
relative to the current position of the pointer.
@return A cookie
Moves the mouse pointer to the specified position.
If \a src_window is not XCB_NONE (TODO), the move will only take place if the
pointer is inside \a src_window and within the rectangle specified by (\a src_x,
\a src_y, \a src_width, \a src_height). The rectangle coordinates are relative to
\a src_window.
If \a dst_window is not XCB_NONE (TODO), the pointer will be moved to the
offsets (\a dst_x, \a dst_y) relative to \a dst_window. If \a dst_window is
XCB_NONE (TODO), the pointer will be moved by the offsets (\a dst_x, \a dst_y)
relative to the current position of the pointer.
@brief move mouse pointer
@param c The connection @param src_window If \a src_window is not XCB_NONE (TODO), the move will only take place if the pointer is inside \a src_window and within the rectangle specified by (\a src_x, \a src_y, \a src_width, \a src_height). The rectangle coordinates are relative to \a src_window. @param dst_window If \a dst_window is not XCB_NONE (TODO), the pointer will be moved to the offsets (\a dst_x, \a dst_y) relative to \a dst_window. If \a dst_window is XCB_NONE (TODO), the pointer will be moved by the offsets (\a dst_x, \a dst_y) relative to the current position of the pointer. @return A cookie
Moves the mouse pointer to the specified position.
If \a src_window is not XCB_NONE (TODO), the move will only take place if the pointer is inside \a src_window and within the rectangle specified by (\a src_x, \a src_y, \a src_width, \a src_height). The rectangle coordinates are relative to \a src_window.
If \a dst_window is not XCB_NONE (TODO), the pointer will be moved to the offsets (\a dst_x, \a dst_y) relative to \a dst_window. If \a dst_window is XCB_NONE (TODO), the pointer will be moved by the offsets (\a dst_x, \a dst_y) relative to the current position of the pointer.