Added tooltip to gizmos

This commit is contained in:
Enrico Turri
2018-08-24 14:11:41 +02:00
parent bfac36174f
commit bbc465fdf3
4 changed files with 68 additions and 27 deletions

View File

@@ -352,7 +352,7 @@ public:
Gizmos();
~Gizmos();
bool init();
bool init(GLCanvas3D& parent);
bool is_enabled() const;
void set_enabled(bool enable);