1XMOUSEPOS(1) General Commands Manual XMOUSEPOS(1)
2
3
4
6 xmousepos - Gets and prints the current mouse position
7
9 xmousepos [windowid]
10
12 xmousepos is a program that gets and prints the current mouse position
13 in the window specified by windowid or from the current window by
14 default. The output has the form X Y U V where
15
16 X - root x position
17
18 Y - root y position
19
20 U - mouse relative x position to the window.
21
22 V - mouse relative y position to the window.
23
24
26 pat2ppm(1), patextract(1), png2pat(1), rgb2pat(1), visgrep(1).
27
28
30 xmousepos was written by Steve Slaven <bpk@hoopajoo.net>.
31
32 This manual page was written by Kapil Hari Paranjape
33 <kapil@debian.org>, for the Debian project (but may be used by others).
34
35
36
37 15 December 2007 XMOUSEPOS(1)