jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

print(mouseX,mouseY) does not work #383

Open GiantTree203 opened 7 months ago

GiantTree203 commented 7 months ago

it will not give me the location of my mouse ever, it did at first but after a week when i came back to the code and ran it, it simply didn't work anymore

villares commented 7 months ago

Are you using Processing 3.5.4?

ElenaHarachenko commented 7 months ago

Try this def draw(): print(mouseX, mouseY)