graphics frame rate fixed
This commit is contained in:
parent
e41714c2bb
commit
29280949a8
7 changed files with 203 additions and 121 deletions
|
|
@ -29,8 +29,12 @@ namespace tp {
|
|||
[[nodiscard]] bool shouldClose() const;
|
||||
[[nodiscard]] const Vec2F& getSize() const;
|
||||
|
||||
void checkAxisUpdates();
|
||||
|
||||
private:
|
||||
Vec2F mSize;
|
||||
Vec2F mPointerPos;
|
||||
|
||||
Context* mContext;
|
||||
EventHandler* mEventHandler = nullptr;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue