Package com.openinventor.inventor.events
Class SoLocation2Event
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.events.SoEvent
-
- com.openinventor.inventor.events.SoLocation2Event
-
public class SoLocation2Event extends SoEvent
2D location events.SoLocation2Event
represents 2D location events, for example, mouse move events, in the Open Inventor event model.- See Also:
SoEvent
,SoButtonEvent
,SoKeyboardEvent
,SoMotion3Event
,SoMouseButtonEvent
,SoSpaceballButtonEvent
,SoHandleEventAction
,SoEventCallback
,SoSelection SoInteraction
,SoWinDevice
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoLocation2Event.EventSources
-
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
Constructors Constructor Description SoLocation2Event()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoLocation2Event.EventSources
getEventSource()
void
setEventSource(SoLocation2Event.EventSources source)
-
Methods inherited from class com.openinventor.inventor.events.SoEvent
getNormalizedPosition, getPosition, getPosition, getPositionFloat, getPositionFloat, getTime, setAltDown, setButton1Down, setCtrlDown, setPosition, setPosition, setShiftDown, setTime, wasAltDown, wasButton1Down, wasCtrlDown, wasShiftDown
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
getEventSource
public SoLocation2Event.EventSources getEventSource()
-
setEventSource
public void setEventSource(SoLocation2Event.EventSources source)
-
-