SoKeyboardEventIsKeyReleaseEvent Method |
Returns whether the passed event is a keyboard release event of the passed key.
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool IsKeyReleaseEvent(
SoEvent e,
SoKeyboardEventKeys whichKey
)
Public Shared Function IsKeyReleaseEvent (
e As SoEvent,
whichKey As SoKeyboardEventKeys
) As Boolean
public:
static bool IsKeyReleaseEvent(
SoEvent^ e,
SoKeyboardEventKeys whichKey
)
static member IsKeyReleaseEvent :
e : SoEvent *
whichKey : SoKeyboardEventKeys -> bool
Parameters
- e
- Type: OIV.Inventor.EventsSoEvent
- whichKey
- Type: OIV.Inventor.EventsSoKeyboardEventKeys
Return Value
Type:
BooleanRemarks See Also