How do I disable or move the mouse programmatically ?

Peter Hutterer mailinglists at who-t.net
Thu Oct 25 20:20:51 PDT 2007


donald.dakin at aero.bombardier.com wrote:
> Hello List,
> 
> I am trying to find a simple way to park the mouse at a location or disable
> it completely programmatically. 


XWarpPointer to move it somewhere.
XGrabPointer to "disable" it.

the man pages will reveal more and how to use them.


Cheers,
   Peter



More information about the xorg mailing list