Click or drag to resize
SoEventGetPosition Method

Returns the window pixel location of the cursor when the event occurred as integer values.

Namespace: OIV.Inventor.Events
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbVec2s GetPosition()

Return Value

Type: SbVec2s
Remarks

The position is relative to the lower left corner of the window in which the event occurred.

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 0,0.

See Also