MouseEventBase

abstract class MouseEventBase(val scene: Scene, val sceneX: Float, val sceneY: Float, val mods: Int) : Event

The base class for MouseEvent and ScrollEvent.

Inheritors

Constructors

Link copied to clipboard
constructor(scene: Scene, sceneX: Float, sceneY: Float, mods: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val mods: Int
Link copied to clipboard
Link copied to clipboard

The X position of the mouse, relative to the left of the scene. For a position relative to a node :

Link copied to clipboard

The X position of the mouse, relative to the top of the scene. For a position relative to a node :