public abstract class MouseStationaryEvent
extends javafx.scene.input.InputEvent
MOUSE_STATIONARY_BEGIN), or that the stationary mouse has once again moved
 (MOUSE_STATIONARY_END).| Modifier and Type | Field and Description | 
|---|---|
static javafx.event.EventType<MouseStationaryEvent> | 
ANY  | 
static javafx.event.EventType<MouseStationaryEvent> | 
MOUSE_STATIONARY_BEGIN  | 
static javafx.event.EventType<MouseStationaryEvent> | 
MOUSE_STATIONARY_END  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract javafx.geometry.Point2D | 
getPosition()  | 
abstract javafx.geometry.Point2D | 
getScenePosition()  | 
abstract javafx.geometry.Point2D | 
getScreenPosition()  | 
public static final javafx.event.EventType<MouseStationaryEvent> ANY
public static final javafx.event.EventType<MouseStationaryEvent> MOUSE_STATIONARY_BEGIN
public static final javafx.event.EventType<MouseStationaryEvent> MOUSE_STATIONARY_END