mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Handling of gizmos related char events moved into new method GLGizmosManager::on_char()
This commit is contained in:
parent
c1d74d2943
commit
d18208458b
3 changed files with 98 additions and 45 deletions
|
@ -153,6 +153,7 @@ public:
|
|||
const std::string& get_tooltip() const { return m_tooltip; }
|
||||
|
||||
bool on_mouse(wxMouseEvent& evt, GLCanvas3D& canvas);
|
||||
bool on_char(wxKeyEvent& evt, GLCanvas3D& canvas);
|
||||
|
||||
private:
|
||||
void reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue