Neet fixes

This commit is contained in:
IlyaShurupov 2023-11-30 15:19:40 +03:00 committed by Ilya Shurupov
parent b74c5bc5e5
commit 98b5e4d182
10 changed files with 186 additions and 23 deletions

View file

@ -26,6 +26,7 @@ namespace tp {
bool isPressed() const;
bool isDown() const;
halnf getScrollY() const;
bool isEvent() const;
private:
friend Window;