diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-03-04 17:14:52 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-03-04 17:14:52 -0300 |
commit | d11da00a993f1eeae6a1be50839ac72740e4e27b (patch) | |
tree | da8c3327dbd077c37b3f5a0c0a5ac3ddffd14baa /Project/ControlEditor.h | |
parent | 4ddc7be64451db873e49169e951532ce8893e359 (diff) | |
download | PSP.git-d11da00a993f1eeae6a1be50839ac72740e4e27b.tar.gz PSP.git-d11da00a993f1eeae6a1be50839ac72740e4e27b.tar.xz PSP.git-d11da00a993f1eeae6a1be50839ac72740e4e27b.zip |
Delete element implemented
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r-- | Project/ControlEditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h index d4e99b7..73c2c62 100644 --- a/Project/ControlEditor.h +++ b/Project/ControlEditor.h @@ -65,6 +65,7 @@ public: virtual void AddElement(ControlElementButtonID id); virtual void Redraw() { m_glCanvas->Refresh(); } virtual void RotateSelectedElements(bool clockwise); + virtual void DeleteSelectedElements(); protected: virtual void OnKeyDown(wxKeyEvent& event); |