mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
User feedback for geometry actions
This commit is contained in:
4
View.h
4
View.h
@@ -145,6 +145,10 @@ public:
|
||||
Cursor over (Source *s, glm::vec2 pos, std::pair<Node *, glm::vec2> pick) override;
|
||||
Cursor drag (glm::vec2, glm::vec2) override;
|
||||
|
||||
private:
|
||||
Node *overlay_rotation_circle_;
|
||||
Node *overlay_rotation_clock_;
|
||||
Node *overlay_grid_;
|
||||
};
|
||||
|
||||
class LayerView : public View
|
||||
|
||||
Reference in New Issue
Block a user