Removed some of the constants to make it easier to change later.

This commit is contained in:
Zed A. Shaw 2025-01-08 13:32:38 -05:00
parent 35f6fcc01d
commit 75a927e192
2 changed files with 12 additions and 9 deletions

View file

@ -364,6 +364,8 @@ public:
int y() { return this->f.y; }
int mouse() { return this->f.mouse; }
int mod() { return this->f.mod; }
int width() { return this->f.width; }
int height() { return this->f.height; }
};
#endif /* __cplusplus */