Static
mouseXThe current mouseX position.
Static
mouseXRatioThe current ratio value of the mouseX position, where the left edge of the canvas maps to 0, and the right edge of the canvas maps to 1.
Static
mouseYThe current mouseY position.
Static
mouseYRatioThe current ratio value of the mouseY position, where the top edge of the canvas maps to 0, and the bottom edge of the canvas maps to 1.
Static
mapMap the provided x-axis mouse position to the corresponding value on the scale of CoordinateMapper.minX to CoordinateMapper.maxX.
Static
mapStatic
mapStatic
map
The MouseMapper will map the current position of the mouse to corresponding locations on the canvas.