Uses of Class
com.openinventor.inventor.touch.SoTouchManager
Packages that use SoTouchManager
Package
Description
Viewer components contains helpful tools to implement a custom viewer.
-
Uses of SoTouchManager in com.openinventor.inventor.touch.events
Methods in com.openinventor.inventor.touch.events that return SoTouchManagerModifier and TypeMethodDescriptionSoTouchEvent.getTouchManager()
Gets the corresponding TouchManager for this event.Methods in com.openinventor.inventor.touch.events with parameters of type SoTouchManagerModifier and TypeMethodDescriptionvoid
SoTouchEvent.setTouchManager
(SoTouchManager manager) Sets the TouchManager for this event. -
Uses of SoTouchManager in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SoTouchManagerModifier and TypeMethodDescriptionSoEventBuilder.getTouchManager()
Get the touch manager instance used by this event builder to build touch events. -
Uses of SoTouchManager in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return SoTouchManagerModifier and TypeMethodDescriptionRenderArea.getTouchManager()
Gets the Open Inventor touch manager associated with the renderArea.