Processing.py-Bugs icon indicating copy to clipboard operation
Processing.py-Bugs copied to clipboard

print(mouseX,mouseY) does not work

Open GiantTree203 opened this issue 1 year ago • 2 comments
trafficstars

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

GiantTree203 avatar Feb 21 '24 04:02 GiantTree203

Are you using Processing 3.5.4?

villares avatar Feb 21 '24 17:02 villares

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

ElenaHarachenko avatar Feb 23 '24 12:02 ElenaHarachenko