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 theSoRemoteVizClient
node that triggered the event.void
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
MouseLocationEventArg
Default constructor.
-
-
Method Details
-
setValue
-
getSource
Returns theSoRemoteVizClient
node that triggered the event.- Specified by:
getSource
in interfaceSbEventArg
-
getMouseLocationEvent
Returns the mouse location event.
-