Closed jtanadi closed 4 years ago
Will be easier to handle if mouse location can be bounded by image (otherwise it's hard to reconcile between multiple users' different window proportions)
How would this affect #43? Would doodles be limited to page dims only?
Another idea: measure pointer positions outwards from the absolute center of window.innerWidth and window.innerHeight?
window.innerWidth
window.innerHeight
Will be easier to handle if mouse location can be bounded by image (otherwise it's hard to reconcile between multiple users' different window proportions)