This commit is contained in:
IlyaShurupov 2024-10-08 14:23:49 +03:00
parent 49cfe70c0d
commit 72c4740f82
18 changed files with 592 additions and 203 deletions

View file

@ -12,9 +12,9 @@ namespace tp {
void draw(Canvas& canvas) override;
void process(const EventHandler& events) override;
[[nodiscard]] bool needUpdate() const override;
[[nodiscard]] bool needsNextFrame() const override;
private:
SpringRect mTestSpring;
mutable SpringRect mTestSpring;
};
}