Package | Description |
---|---|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
Modifier and Type | Method and Description |
---|---|
TouchPoint |
TouchEvent.getTouchPoint()
Gets the touch point of this event.
|
Modifier and Type | Method and Description |
---|---|
List<TouchPoint> |
TouchEvent.getTouchPoints()
Gets all the touch points represented by this set of touch events,
including the touch point of this event.
|
Constructor and Description |
---|
TouchEvent(EventType<TouchEvent> eventType,
TouchPoint touchPoint,
List<TouchPoint> touchPoints,
int eventSetId,
boolean shiftDown,
boolean controlDown,
boolean altDown,
boolean metaDown)
Constructs new TouchEvent event with null source and target.
|
TouchEvent(Object source,
EventTarget target,
EventType<TouchEvent> eventType,
TouchPoint touchPoint,
List<TouchPoint> touchPoints,
int eventSetId,
boolean shiftDown,
boolean controlDown,
boolean altDown,
boolean metaDown)
Constructs new TouchEvent event.
|
Constructor and Description |
---|
TouchEvent(EventType<TouchEvent> eventType,
TouchPoint touchPoint,
List<TouchPoint> touchPoints,
int eventSetId,
boolean shiftDown,
boolean controlDown,
boolean altDown,
boolean metaDown)
Constructs new TouchEvent event with null source and target.
|
TouchEvent(Object source,
EventTarget target,
EventType<TouchEvent> eventType,
TouchPoint touchPoint,
List<TouchPoint> touchPoints,
int eventSetId,
boolean shiftDown,
boolean controlDown,
boolean altDown,
boolean metaDown)
Constructs new TouchEvent event.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.