- 
Packages that use TouchPoint 
| Package | Description |  
| javafx.scene.input | Provides the set of classes for mouse and keyboard input event handling. |  
 
- 
- 
Constructors in javafx.scene.input with parameters of type TouchPoint 
| Constructor | Description |  
| 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. |  
| 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. |  
 
Constructor parameters in javafx.scene.input with type arguments of type TouchPoint 
| Constructor | Description |  
| 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. |  
| 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. |