StaticmouseXThe current mouseX position.
StaticmouseXRatioThe 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.
StaticmouseYThe current mouseY position.
StaticmouseYRatioThe 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.
StaticmapMap the provided x-axis mouse position to the corresponding value on the scale of CoordinateMapper.minX to CoordinateMapper.maxX.
StaticmapStaticmapStaticmap
The MouseMapper will map the current position of the mouse to corresponding locations on the canvas.