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