refactor: change pan method

This commit is contained in:
parker
2025-06-20 02:07:11 +01:00
parent 9a7458f2c0
commit b829ba639b
3 changed files with 8 additions and 1 deletions

View File

@@ -8,5 +8,7 @@ class NetworkGraphicsScene
public:
NetworkGraphicsScene();
private:
uint sceneWidth_;
uint sceneHeight_;
protected:
};