| SoControllerButtonEventIsButtonPressEvent Method  | 
 
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static bool IsButtonPressEvent(
	SoEvent e,
	SoControllerButtonEventButtons whichButton
)
Public Shared Function IsButtonPressEvent ( 
	e As SoEvent,
	whichButton As SoControllerButtonEventButtons
) As Boolean
public:
static bool IsButtonPressEvent(
	SoEvent^ e, 
	SoControllerButtonEventButtons whichButton
)
static member IsButtonPressEvent : 
        e : SoEvent * 
        whichButton : SoControllerButtonEventButtons -> bool 
Parameters
- e
 - Type: OIV.Inventor.EventsSoEvent
 - whichButton
 - Type: OIV.Inventor.EventsSoControllerButtonEventButtons
 
Return Value
Type: 
Boolean
Remarks
See Also