Click or drag to resize
SoControllerButtonEventIsButtonReleaseEvent Method

Convenience function to see if an SoEvent is a release of the passed mouse 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 IsButtonReleaseEvent(
	SoEvent e,
	SoControllerButtonEventButtons whichButton
)

Parameters

e
Type: OIV.Inventor.EventsSoEvent
whichButton
Type: OIV.Inventor.EventsSoControllerButtonEventButtons

Return Value

Type: Boolean
Remarks