39 wxASSERT_MSG(
IsRotateToolEvt( aEvt ), wxT(
"Expected rotation event" ) );
42 const int angleMultiplier = aEvt.
Parameter<intptr_t>();
44 return rotAngle * angleMultiplier;
static TOOL_ACTION rotateCw
Rotation of selected objects.
static TOOL_ACTION rotateCcw
int GetRotationAngle() const
Return the angle used for rotate operations.
Common, abstract interface for edit frames.