Uses of Class
com.luciad.input.touch.TLcdTouchEvent
Packages that use 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
Methods in com.luciad.input.touch that return TLcdTouchEventModifier 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 TLcdTouchEventTLcdTouchEvent.fromFXEvent(TouchEvent aTouchEvent) Converts a native JavaFXTouchEventinto aTLcdTouchEvent. -
Uses of TLcdTouchEvent in com.luciad.view.gxy.controller.touch
Methods in com.luciad.view.gxy.controller.touch with parameters of type TLcdTouchEventModifier and TypeMethodDescriptionprotected voidALcdGXYTouchChainableController.handleEventImpl(TLcdTouchEvent aTouchEvent) This method is called right before aTLcdTouchEventis forwarded to the next controller in the chain. -
Uses of TLcdTouchEvent in com.luciad.view.lightspeed.controller.touch
Methods in com.luciad.view.lightspeed.controller.touch with parameters of type TLcdTouchEventModifier and TypeMethodDescriptionprotected voidALspTouchController.handleEventImpl(TLcdTouchEvent aTouchEvent) This method is called right before aTLcdTouchEventis forwarded to the next controller in the chain.