man SoLocation2Event () - 2D location events
NAME
SoLocation2Event - 2D location events
INHERITS FROM
SoEvent > SoLocation2Event
SYNOPSIS
#include <Inventor/events/SoLocation2Event.h>
Methods from class SoLocation2Event:
c
}
c
}
SoLocation2Event()
c
}
c
}
getClassTypeId()
Methods from class SoEvent:
c
}
c
}
getTypeId() const
c
}
c
}
isOfType(SoType type) const
c
}
c
}
setTime(SbTime t)
c
}
c
}
getTime() const
c
}
c
}
setPosition(const SbVec2s &p)
c
}
c
}
getPosition() const
c
}
c
}
getPosition(const SbViewportRegion &vpRgn) const
c
}
c
}
getNormalizedPosition(const SbViewportRegion &vpRgn) const
c
}
c
}
setShiftDown(SbBool isDown)
c
}
c
}
setCtrlDown(SbBool isDown)
c
}
c
}
setAltDown(SbBool isDown)
c
}
c
}
wasShiftDown() const
c
}
c
}
wasCtrlDown() const
c
}
c
}
wasAltDown() const
DESCRIPTION
SoLocation2Event represents 2D location events in the Inventor event model.
METHODS
c
}
c
}
SoLocation2Event()
Constructor.
c
}
c
}
getClassTypeId()
Return the type id for the SoLocation2Event class.
SEE ALSO
SoEvent, SoButtonEvent, SoKeyboardEvent, SoMotion3Event, SoMouseButtonEvent, SoSpaceballButtonEvent, SoHandleEventAction, SoEventCallback, SoSelection, SoInteraction, SoXtDevice