SoMouseButtonEventIsButtonDoubleClickEvent Method |
Returns whether the passed event is a mouse button double click event of the passed button.
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static bool IsButtonDoubleClickEvent(
SoEvent e,
SoMouseButtonEventButtons whichButton
)
Public Shared Function IsButtonDoubleClickEvent (
e As SoEvent,
whichButton As SoMouseButtonEventButtons
) As Boolean
public:
static bool IsButtonDoubleClickEvent(
SoEvent^ e,
SoMouseButtonEventButtons whichButton
)
static member IsButtonDoubleClickEvent :
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 double click of any mouse button.
See Also