Class SoRemoteVizClient.MouseLocationEventArg
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.remoteviz.clients.nodes.SoRemoteVizClient.MouseLocationEventArg
- All Implemented Interfaces:
SbEventArg
- Enclosing class:
SoRemoteVizClient
Structure given when a mouse location event is raised.
Please refer to
onMouseLocationEvent event.-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand -
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle -
Constructor Summary
ConstructorsConstructorDescriptionMouseLocationEventArg(SoRemoteVizClient source, SoLocation2Event mouseLocationEvent) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the mouse location event.Returns theSoRemoteVizClientnode that triggered the event.voidMethods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
MouseLocationEventArg
Default constructor.
-
-
Method Details
-
setValue
-
getSource
Returns theSoRemoteVizClientnode that triggered the event.- Specified by:
getSourcein interfaceSbEventArg
-
getMouseLocationEvent
Returns the mouse location event.
-