User feedback for geometry actions

This commit is contained in:
brunoherbelin
2020-09-07 23:08:53 +02:00
parent 69b1f792ba
commit 2c52530a92
11 changed files with 5015 additions and 4 deletions

4
View.h
View File

@@ -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