Class SoRemoteVizClient.MouseWheelEventArg
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.remoteviz.clients.nodes.SoRemoteVizClient.MouseWheelEventArg
- All Implemented Interfaces:
SbEventArg
- Enclosing class:
SoRemoteVizClient
Structure given when a mouse wheel event is raised.
Please refer to
onMouseWheelEvent 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
ConstructorsConstructorDescriptionMouseWheelEventArg(SoRemoteVizClient source, SoMouseWheelEvent mouseWheelEvent) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the mouse wheel event.Returns theSoRemoteVizClientnode that triggered the event.voidsetValue(SoRemoteVizClient.MouseWheelEventArg copyFrom) Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
MouseWheelEventArg
Default constructor.
-
-
Method Details
-
setValue
-
getSource
Returns theSoRemoteVizClientnode that triggered the event.- Specified by:
getSourcein interfaceSbEventArg
-
getMouseWheelEvent
Returns the mouse wheel event.
-