|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
XWarpPointer(3X11) XLIB FUNCTIONS XWarpPointer(3X11)
NAME
XWarpPointer - move pointer
SYNTAX
int XWarpPointer(Display *display, Window src_w, Window dest_w, int
src_x, int src_y, unsigned int src_width, unsigned int
src_height, int dest_x, int dest_y);
ARGUMENTS
dest_w Specifies the destination window or None.
dest_x
dest_y Specify the x and y coordinates within the destination win-
dow.
display Specifies the connection to the X server.
src_x
src_y
src_width
src_height
Specify a rectangle in the source window.
src_w Specifies the source window or None.
DESCRIPTION
If dest_w is None, XWarpPointer moves the pointer by the offsets
(dest_x, dest_y) relative to the current position of the pointer. If
dest_w is a window, XWarpPointer moves the pointer to the offsets
(dest_x, dest_y) relative to the origin of dest_w. However, if src_w
is a window, the move only takes place if the window src_w contains the
pointer and if the specified rectangle of src_w contains the pointer.
The src_x and src_y coordinates are relative to the origin of src_w.
If src_height is zero, it is replaced with the current height of src_w
minus src_y. If src_width is zero, it is replaced with the current
width of src_w minus src_x.
There is seldom any reason for calling this function. The pointer
should normally be left to the user. If you do use this function, how-
ever, it generates events just as if the user had instantaneously moved
the pointer from one position to another. Note that you cannot use
XWarpPointer to move the pointer outside the confine_to window of an
active pointer grab. An attempt to do so will only move the pointer as
far as the closest edge of the confine_to window.
XWarpPointer can generate a BadWindow error.
DIAGNOSTICS
BadWindow A value for a Window argument does not name a defined Window.
SEE ALSO
XSetInputFocus(3X11)
Xlib - C Language X Interface
X Version 11 libX11 1.0.3 XWarpPointer(3X11)
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Sat Sep 8 16:39:19 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (6161 hits) (FreeBSD 6.2)
sqlite3 man page (5598 hits) (openSUSE 10.2)
adv_cap_autoneg man page (5045 hits) (Solaris 10 11_06)
CPAN man page (4791 hits) (Suse Linux 10.1)
ssh man page (4439 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3525 hits) (Solaris 10 11_06)
signal man page (3394 hits) (Suse Linux 10.1)
netcat man page (3373 hits) (Suse Linux 10.1)
pprosetup man page (2886 hits) (Solaris 10 11_06)
startproc man page (2738 hits) (Suse Linux 10.1)
|