Uses of Class
com.luciad.input.touch.TLcdTouchEvent
Package
Description
This package contains classes necessary to add touch based functionality to LuciadLightspeed.
Touch controllers for the 2D view.
Provides controller implementations that work with touch input instead of
mouse input.
-
Uses of TLcdTouchEvent in com.luciad.input.touch
Modifier and TypeMethodDescriptionTLcdTouchEvent.cloneAs
(long aTouchEventID, Object aSource, List<TLcdTouchPoint> aTouchPointList, long aTouchDeviceID, String aUserID, long aTimeStamp) Create a new instance of this class based on the information passed as parameters to this method.static TLcdTouchEvent
TLcdTouchEvent.fromFXEvent
(TouchEvent aTouchEvent) Converts a native JavaFXTouchEvent
into aTLcdTouchEvent
. -
Uses of TLcdTouchEvent in com.luciad.view.gxy.controller.touch
Modifier and TypeMethodDescriptionprotected void
ALcdGXYTouchChainableController.handleEventImpl
(TLcdTouchEvent aTouchEvent) This method is called right before aTLcdTouchEvent
is forwarded to the next controller in the chain. -
Uses of TLcdTouchEvent in com.luciad.view.lightspeed.controller.touch
Modifier and TypeMethodDescriptionprotected void
ALspTouchController.handleEventImpl
(TLcdTouchEvent aTouchEvent) This method is called right before aTLcdTouchEvent
is forwarded to the next controller in the chain.