Click or drag to resize
SoControllerButtonEventIsButtonReleaseEvent Method

Convenience function to see if an OIV.Inventor.Events.SoEvent is a release of the passed mouse button.

Namespace: OIV.Inventor.Events
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
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