Uses of Class
javafx.scene.input.InputEvent
-
Uses of InputEvent in javafx.scene.input
Modifier and TypeClassDescriptionclass
When the user requests a context menu, this event occurs.final class
Drag events replace mouse events during drag-and-drop gesture.class
An event indicating gesture input.final class
An event which indicates that a keystroke occurred in aNode
.final class
Mouse drag events are delivered to potential gesture targets during full press-drag-release gestures.class
When mouse event occurs, the top-most node under cursor is picked and the event is delivered to it through capturing and bubbling phases described atEventDispatcher
.final class
Scroll event indicates that user performed scrolling by mouse wheel, track pad, touch screen or other similar device.final class
Swipe event indicates that user performed a swipe gesture such as dragging a finger in one direction on touch screen.final class
Touch event indicates a touch screen action.Modifier and TypeFieldDescriptionstatic final EventType<InputEvent>
InputEvent.ANY
Common supertype for all input event types.ModifierConstructorDescriptionInputEvent
(Object source, EventTarget target, EventType<? extends InputEvent> eventType) Creates new instance of InputEvent.InputEvent
(EventType<? extends InputEvent> eventType) Creates new instance of InputEvent.