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 |