SoControllerButtonEventIsButtonPressEvent Method |
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
BooleanRemarks See Also