Click or drag to resize
SoControllerButtonEventIsButtonPressEvent Method

Convenience function to see if an OIV.Inventor.Events.SoEvent is a press 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 IsButtonPressEvent(
	SoEvent e,
	SoControllerButtonEventButtons whichButton
)

Parameters

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

Return Value

Type: Boolean
Remarks