you can also do ofGetMouseX() / ofGetMouseY() from anywhere to access the mouseX and mouseY values. (They are members of ofApp and not accessible elsewhere in your code).
↧
you can also do ofGetMouseX() / ofGetMouseY() from anywhere to access the mouseX and mouseY values. (They are members of ofApp and not accessible elsewhere in your code).