Re: [pygame] mouse.get_pos()?

2009-08-18 Thread Yanom Mobis
hehe... oops. Thanks! From: RB[0] roeb...@gmail.com To: pygame-users@seul.org Sent: Monday, August 17, 2009 9:37:47 PM Subject: Re: [pygame] mouse.get_pos()? Make sure you are pumping the event queue, either with pygame.event.get or pygame.event.pump On Mon

[pygame] mouse.get_pos()?

2009-08-17 Thread Yanom Mobis
I made a simple script to print the output of pygame.mouse.get_pos() every frame, but it keeps printing the same tuple, no matter where i move the mouse.

Re: [pygame] mouse.get_pos()?

2009-08-17 Thread Ian Mallett
Are you calling pygame.event.get() or a similar call? Give us more information.