Uses of Class
com.openinventor.inventor.touch.SoTouchManager
-
Packages that use SoTouchManager Package Description com.openinventor.inventor.touch.events com.openinventor.inventor.viewercomponents Viewer components contains helpful tools to implement a custom viewer.com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of SoTouchManager in com.openinventor.inventor.touch.events
Methods in com.openinventor.inventor.touch.events that return SoTouchManager Modifier and Type Method Description SoTouchManager
SoTouchEvent. getTouchManager()
Gets the corresponding TouchManager for this event.Methods in com.openinventor.inventor.touch.events with parameters of type SoTouchManager Modifier and Type Method Description void
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 SoTouchManager Modifier and Type Method Description SoTouchManager
SoEventBuilder. 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 SoTouchManager Modifier and Type Method Description SoTouchManager
RenderArea. getTouchManager()
Gets the Open Inventor touch manager associated with the renderArea.
-