sceneY
The X position of the mouse, relative to the top of the scene. For a position relative to a node :
localX = event.sceneY - node.sceneY
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.