Greg Ewing wrote:
Thomas Dybdahl Ahle wrote:
You want to know when the mose moves?

What I want is:

* No mouse cursor is visible.

* All mouse movements reported as relative movements,
  with no restrictions from hitting the edges of the
  screen.

This is actually not possible to do in X.
X will only report mouse absolute mouse positions, you can emulate this by calculating it yourself though.

Johan
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to