Uses of Class
com.openinventor.inventor.touch.events.SoTouchEvent
Packages that use SoTouchEvent
-
Uses of SoTouchEvent in com.openinventor.inventor.touch
Methods in com.openinventor.inventor.touch that return SoTouchEventModifier and TypeMethodDescriptionSoTouchManager.getEventById(long id) Get the corresponding event for the finger id, NULL if id is incorrect.SoTouchManager.getEventbyIndex(int index) Get the corresponding event for the index, NULL if index is incorrect.SoTouchManager.updateAndProcessTouchEvent(long id, SoTouchEvent.States state, SbVec2f position, SbTime time) Deprecated.As of Open Inventor 9.5.0.0. -
Uses of SoTouchEvent in com.openinventor.remoteviz.clients.nodes
Methods in com.openinventor.remoteviz.clients.nodes that return SoTouchEventModifier and TypeMethodDescriptionSoRemoteVizClient.TouchEventArg.getTouchEvent()Returns the touch event.Constructors in com.openinventor.remoteviz.clients.nodes with parameters of type SoTouchEventModifierConstructorDescriptionTouchEventArg(SoRemoteVizClient source, SoTouchEvent touchEvent) Default constructor.