Home | History | Annotate | Download | only in tools

Lines Matching full:mousex

105 var mouseX, mouseY;
3258 mouseX = (e.clientX - left) / scale + srcLeft;
3263 srcLeft = mouseX - screenWidth / 2 / scale;
3279 // mouseX = screenWidth / 2 / scale + srcLeft;
3289 var num = mouseX.toFixed(decimal_places) + ", " + mouseY.toFixed(decimal_places);