hide gui with thumbnail generation

This commit is contained in:
Modnark
2022-10-06 18:08:58 -04:00
parent c1118489e3
commit 7a89ddd94e
5 changed files with 29 additions and 3 deletions

View File

@@ -18,7 +18,9 @@ public:
void update();
bool mouseInGUI(G3D::RenderDevice* renderDevice,int x,int y);
void onMouseLeftUp(G3D::RenderDevice* renderDevice, int x,int y);
void hideGui(bool doHide);
private:
std::string _message;
G3D::RealTime _messageTime;
bool _hideGui;
};