sceneX
The X position of the mouse, relative to the left of the scene. For a position relative to a node :
localX = event.sceneX - node.sceneX
Content copied to clipboard
NOTE. When the monitor has a high DPI, sceneX and sceneY can return fractional values. Therefore, you may want to round these values. See GlokSettings.globalScaleProperty.