[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Re: [pygtk] Relative mouse controlled game in gtk



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.

* No danger of accidentally clicking on something
  outside of the application with the invisible
  mouse.

If it's necessary to make the window fill the whole
screen to achieve all of these, that's okay, but
it would be a bonus if this were not needed.

--
Greg