Share

AcEdSteeringWheel::onRButtonDown Method

C++

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

Description

This function defines the right button down 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?