Click or drag to resize
SoMouseButtonEvent.IsButtonDoubleClickEvent Method

Returns whether the passed event is a mouse button double click event of the passed button.

Namespace: OIV.Inventor.Events
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static bool IsButtonDoubleClickEvent(
	SoEvent e,
	SoMouseButtonEvent. Buttons whichButton
)

Parameters

e
Type: OIV.Inventor.Events.SoEvent
whichButton
Type: OIV.Inventor.Events.SoMouseButtonEvent.Buttons

Return Value

Type: Boolean
Remarks

When SoMouseButtonEvent.ANY is passed, this returns true if the event represents a double click of any mouse button.

See Also