SoMouseButtonEventIsButtonReleaseEvent Method |
Returns whether the passed event is a mouse button release event of the passed 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,
SoMouseButtonEventButtons whichButton
)
Public Shared Function IsButtonReleaseEvent (
e As SoEvent,
whichButton As SoMouseButtonEventButtons
) As Boolean
public:
static bool IsButtonReleaseEvent(
SoEvent^ e,
SoMouseButtonEventButtons whichButton
)
static member IsButtonReleaseEvent :
e : SoEvent *
whichButton : SoMouseButtonEventButtons -> bool
Parameters
- e
- Type: OIV.Inventor.EventsSoEvent
- whichButton
- Type: OIV.Inventor.EventsSoMouseButtonEventButtons
Return Value
Type:
Boolean
RemarksWhen SoMouseButtonEvent.ANY is passed, this returns true if the event represents a button release of any mouse button.
See Also