Uses of Enum Class
javafx.scene.input.TouchPoint.State
Package
Description
Provides the set of classes for mouse and keyboard input event handling.
-
Uses of TouchPoint.State in javafx.scene.input
Modifier and TypeMethodDescriptionfinal TouchPoint.State
TouchPoint.getState()
Gets state of this touch pointstatic TouchPoint.State
Returns the enum constant of this class with the specified name.static TouchPoint.State[]
TouchPoint.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionTouchPoint
(int id, TouchPoint.State state, double x, double y, double screenX, double screenY, EventTarget target, PickResult pickResult) Creates new instance of TouchPoint.