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

Re: [pygame] Mouse Speed



You could try mouse.set_pos, reading the relative movements and then set it to the center of the screen.  Of course this is extremely annoying for the user in windows mode, but you would probably only do this in fullscreen anyway.