SoEventBuilderGetMouseLeaveEvent Method |
Return an OIV.Inventor.Events.SoLocation2Event corresponding to given parameters.
Namespace: OIV.Inventor.ViewerComponents
public SoLocation2Event GetMouseLeaveEvent( int x, int y, bool isAltDown, bool isCtrlDown, bool isShiftDown )
X coordinate in pixel.
Y coordinate in pixel.
Specify if Alt key was down when mouse has leaved area.
Specify if Ctrl key was down when mouse has leaved area.
Specify if Shift key was down when mouse has leaved area.
A MouseLeave event correspond to a mouse leaving some GUI area like a panel or a window. The returned object should not be destroyed.