Add automatic update Button rect function

This commit is contained in:
2025-12-13 16:04:30 +08:00
parent 9715e23215
commit a62b73027b
3 changed files with 12 additions and 1 deletions

View File

@@ -16,6 +16,8 @@ public:
void update() override;
void render() override;
void handleClick(float screenX, float screenY) override;
void renderMousePosition(float x, float y) override;
private:
std::unique_ptr<GameRenderer> m_gameRenderer;