SoSpaceballButtonEventIsButtonPressEvent Method |
Returns whether the passed event is a spaceball button press 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 IsButtonPressEvent(
SoEvent e,
SoSpaceballButtonEventButtons whichButton
)
Public Shared Function IsButtonPressEvent (
e As SoEvent,
whichButton As SoSpaceballButtonEventButtons
) As Boolean
public:
static bool IsButtonPressEvent(
SoEvent^ e,
SoSpaceballButtonEventButtons whichButton
)
static member IsButtonPressEvent :
e : SoEvent *
whichButton : SoSpaceballButtonEventButtons -> bool
Parameters
- e
- Type: OIV.Inventor.EventsSoEvent
- whichButton
- Type: OIV.Inventor.EventsSoSpaceballButtonEventButtons
Return Value
Type:
Boolean
Remarks
See Also