Share

AcEdSteeringWheel::onLButtonUp Method

C++

virtual void onLButtonUp(
    UINT nFlags, 
    POINT pt
) = 0;

Description

This function defines the left button up message handler.

Parameters

Parameters Description
nFlags Input whether various virtual keys are down
pt Input the x- and y-coordinates of the cursor

Links

AcEdSteeringWheel Class

Was this information helpful?