Monkey
Store
Community
Apps
Contact
Login or Signup

MouseX() MouseY() or store inside variable ?

Monkey Programming Forums/Monkey Programming/MouseX() MouseY() or store inside variable ?

Gerry Quinn(Posted 1+ years ago) 
I generally just read them once at the start of the update method. I suspect it will make for greater consistency if nothing else. You run no risk of clicking two buttons (in different places) in the same update, for example.

But I also doubt whether it will really matter in most situations.