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

Re: [pygame] Anybody think they can help me with my small problem?



>     def check_mouse(self,mouse):
>         m1 = mouse[0]
>         m2 = mouse[1]

Can you just divide m1 and m2 by 100?

Alan