SoControllerButtonEventIsButtonReleaseEvent Method |
Convenience function to see if an SoEvent is a release of the passed mouse button.
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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:
Boolean
Remarks
See Also