Follow-up of 6c36577e8e -> World Z axis set to vertical when disconnecting 3d mouse

This commit is contained in:
Enrico Turri 2020-03-10 13:02:39 +01:00
parent 33470f7f6d
commit a6a9ab9dc7
4 changed files with 21 additions and 6 deletions

View file

@ -280,6 +280,7 @@ public:
bool init_view_toolbar();
const Camera& get_camera() const;
Camera& get_camera();
const Mouse3DController& get_mouse3d_controller() const;
Mouse3DController& get_mouse3d_controller();