SoControllerButtonEventIsButtonReleaseEvent Method |
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool IsButtonReleaseEvent(
SoEvent e,
SoControllerButtonEventButtons whichButton
)
Public Shared Function IsButtonReleaseEvent (
e As SoEvent,
whichButton As SoControllerButtonEventButtons
) As Boolean
public:
static bool IsButtonReleaseEvent(
SoEvent^ e,
SoControllerButtonEventButtons whichButton
)
static member IsButtonReleaseEvent :
e : SoEvent *
whichButton : SoControllerButtonEventButtons -> bool
Parameters
- e
- Type: OIV.Inventor.EventsSoEvent
- whichButton
- Type: OIV.Inventor.EventsSoControllerButtonEventButtons
Return Value
Type:
BooleanRemarks See Also