Computer Science Canada Python mouse commands |
Author: | Notthebbq [ Fri May 13, 2011 10:59 am ] |
Post subject: | Python mouse commands |
PythonTD guys here again. Have a mouse question this time. Anyone have a working sample code of mouse commands to be used? The click needs to happen within a set of coordinates we already have, and draw a new windowSurface over everything already rendered. I know the if event.type == MOUSEBUTTONUP part, but am unsure how to write the code after. |