mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
3Dconnexion devices -> Disabled handling of device buttons / Added camera target to debug dialog / Added extra debug output
This commit is contained in:
parent
932b5be196
commit
dbc0996be1
2 changed files with 51 additions and 74 deletions
|
@ -56,6 +56,8 @@ class Mouse3DController
|
|||
InputQueue<Vec3f> m_rotation;
|
||||
std::queue<unsigned int> m_buttons;
|
||||
|
||||
bool m_buttons_enabled;
|
||||
|
||||
CustomParameters<double> m_translation_params;
|
||||
CustomParameters<float> m_rotation_params;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue