Share

AcEdSteeringWheel::onKeyUp Method

C++

virtual void onKeyUp(
    UINT nChar, 
    UINT nRepCount, 
    UINT nFlags
) = 0;

Description

This function defines the key up message handler.

Parameters

Parameters Description
nChar Input the virtual key code of the given key
nRepCount Input the number of times the keystroke is repeated as a result of the user holding down the key, or "repeat count"
nFlags Input the scan code, key-transition code, previous key state, and context code

Links

AcEdSteeringWheel Class

Was this information helpful?