mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Added shortcuts for gizmos
This commit is contained in:
parent
ddf8acb440
commit
c60ed7bc07
5 changed files with 96 additions and 8 deletions
|
@ -611,6 +611,9 @@ private:
|
|||
EType get_current_type() const;
|
||||
|
||||
bool is_running() const;
|
||||
#if ENABLE_GIZMOS_SHORTCUT
|
||||
bool handle_shortcut(int key, const Selection& selection);
|
||||
#endif // ENABLE_GIZMOS_SHORTCUT
|
||||
|
||||
bool is_dragging() const;
|
||||
void start_dragging(const Selection& selection);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue