Uses of Class
com.openinventor.inventor.events.SoLocation2Event
Packages that use SoLocation2Event
Package
Description
Viewer components contains helpful tools to implement a custom viewer.
-
Uses of SoLocation2Event in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SoLocation2EventModifier and TypeMethodDescriptionSoEventBuilder.getMouseEnterEvent
(int x, int y, boolean isAltDown, boolean isCtrlDown, boolean isShiftDown) Return anSoLocation2Event
corresponding to given parameters.SoEventBuilder.getMouseLeaveEvent
(int x, int y, boolean isAltDown, boolean isCtrlDown, boolean isShiftDown) Return anSoLocation2Event
corresponding to given parameters.SoEventBuilder.getMouseMoveEvent
(int x, int y, boolean isAltDown, boolean isCtrlDown, boolean isShiftDown) Return anSoLocation2Event
corresponding to given parameters. -
Uses of SoLocation2Event in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas
Methods in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas that return SoLocation2EventModifier and TypeMethodDescriptionstatic SoLocation2Event
AWTEventToSoEvent.getMouseEnterEvent
(MouseEvent event, Component source) static SoLocation2Event
AWTEventToSoEvent.getMouseLeaveEvent
(MouseEvent event, Component source) static SoLocation2Event
AWTEventToSoEvent.getMouseMoveEvent
(MouseEvent event, Component source) -
Uses of SoLocation2Event in com.openinventor.inventor.viewercomponents.awt.newt.renderareas
Methods in com.openinventor.inventor.viewercomponents.awt.newt.renderareas that return SoLocation2EventModifier and TypeMethodDescriptionstatic SoLocation2Event
NewtEventToSoEvent.getMouseEnterEvent
(com.jogamp.newt.event.MouseEvent event, Component source) static SoLocation2Event
NewtEventToSoEvent.getMouseLeaveEvent
(com.jogamp.newt.event.MouseEvent event, Component source) static SoLocation2Event
NewtEventToSoEvent.getMouseMoveEvent
(com.jogamp.newt.event.MouseEvent event, Component source) -
Uses of SoLocation2Event in com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas
Methods in com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas that return SoLocation2EventModifier and TypeMethodDescriptionstatic SoLocation2Event
SWTEventToSoEvent.getMouseEnterEvent
(org.eclipse.swt.events.MouseEvent event, org.eclipse.swt.widgets.Composite source) static SoLocation2Event
SWTEventToSoEvent.getMouseLeaveEvent
(org.eclipse.swt.events.MouseEvent event, org.eclipse.swt.widgets.Composite source) static SoLocation2Event
SWTEventToSoEvent.getMouseMoveEvent
(org.eclipse.swt.events.MouseEvent event, org.eclipse.swt.widgets.Composite source) -
Uses of SoLocation2Event in com.openinventor.remoteviz.clients.nodes
Methods in com.openinventor.remoteviz.clients.nodes that return SoLocation2EventModifier and TypeMethodDescriptionSoRemoteVizClient.MouseLocationEventArg.getMouseLocationEvent()
Returns the mouse location event.Constructors in com.openinventor.remoteviz.clients.nodes with parameters of type SoLocation2EventModifierConstructorDescriptionMouseLocationEventArg
(SoRemoteVizClient source, SoLocation2Event mouseLocationEvent) Default constructor.