mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Handling of gizmos related key events moved into new method GLGizmosManager::on_key()
This commit is contained in:
parent
52f11a6f0d
commit
47c39f51e5
3 changed files with 35 additions and 13 deletions
|
@ -154,6 +154,7 @@ public:
|
|||
|
||||
bool on_mouse(wxMouseEvent& evt, GLCanvas3D& canvas);
|
||||
bool on_char(wxKeyEvent& evt, GLCanvas3D& canvas);
|
||||
bool on_key(wxKeyEvent& evt, GLCanvas3D& canvas);
|
||||
|
||||
private:
|
||||
void reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue