Johan Dahlin wrote:
Greg Ewing wrote:

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

X will only report mouse absolute mouse positions, you can emulate this by calculating it yourself though.

Yes, but then you stop getting movement when the mouse
reaches the edge of the screen. Which is why I will
probably need to keep warping the mouse back to the
middle whenever it moves.

--
Greg
_______________________________________________
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