1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

A single UIHandle can define multiple rotation states

This commit is contained in:
Paul Licameli
2017-07-12 13:56:16 -04:00
parent 4eece4b0b1
commit b7ae012ece
26 changed files with 66 additions and 30 deletions

View File

@@ -15,10 +15,20 @@ UIHandle::~UIHandle()
{
}
void UIHandle::Enter()
void UIHandle::Enter(bool)
{
}
bool UIHandle::HasRotation() const
{
return false;
}
bool UIHandle::Rotate(bool)
{
return false;
}
void UIHandle::DrawExtras
(DrawingPass, wxDC *, const wxRegion &, const wxRect &)
{