I want to obtain a normalised range of 0-1 for the outputs of the MouseState object. I preferably want this to work on different systems that may have different screen dimensions so simple dividing the output of MouseState by a hardcoded height/width isn't what I'm after.
I used to use the toxy/tot external to find the screen dimensions but now that this external has been disabled I wonder how it's now possible to do this.
Also! One last point: I am after the screen dimensions and not the pure data window dimensions.
Thanks for your help!