Can I get cursor position at mousedown(event) event, without using mousemove(event) continuously (thus waisting resources)? event.pageX returns NaN on mousedown
Can I get cursor position at mousedown(event) event, without using mousemove(event) continuously (thus waisting resources)? event.pageX returns NaN on mousedown