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

[pygame] Re: Problem with mouse going back to the center of the screen



You cant get the whole sourcecode here:

http://olivierpons.com/einstein.tar.bz2

just launch einstein.py

This is the beginning of an einstein's game re-write. The gen.py is
the puzzle generator, and the shapes.py contains the shapes.
What is strange is that under Windows there's no problem at all.

Olivier

On 21 juil, 00:10, Ian Mallett <geometr...@xxxxxxxxx> wrote:
> Hi,
>
> Some simple example code to reproduce it would be nice.
>
> I suppose you might try grabbing the events (pygame.event.set_grab(True)).
> Probably won't fix anything.
>
> Ian