Removed some of the constants to make it easier to change later.
This commit is contained in:
parent
35f6fcc01d
commit
75a927e192
2 changed files with 12 additions and 9 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue