Click or drag to resize
SoEventGetPositionFloat Method (SbViewportRegion)

Gets the viewport pixel location of the cursor when the event occurred, relative to the origin of the specified viewport region, as float values.

Namespace: OIV.Inventor.Events
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbVec2f GetPositionFloat(
	SbViewportRegion vpRgn
)

Parameters

vpRgn
Type: OIV.InventorSbViewportRegion

Return Value

Type: SbVec2f
Remarks

Position should be set for all events, but that may not be possible for some events in some display environments. If position was not available, the method returns the viewport origin.

See Also