Skip to content
Snippets Groups Projects
Commit de3ba3f5 authored by Odilitime's avatar Odilitime
Browse files

lastRenderedWindowHeight for resize repositioning

parent a0d9a6f8
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ public:
std::string value="";
TextComponent *userInputText = nullptr;
std::function<void(std::string value)> onEnter = nullptr;
// needed for our shader's resizing
int lastRenderedWindowHeight;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment