This commit is contained in:
Jorijn van der Graaf 2025-12-29 22:21:22 +01:00
commit d26d71ec91
5 changed files with 9 additions and 0 deletions

View file

@ -117,6 +117,7 @@ export namespace Crafter {
bool mouseLeftHeld = false;
bool mouseRightHeld = false;
std::vector<MouseElement*> mouseElements;
std::vector<MouseElement*> pendingMouseElements;
};
class WindowTitle {