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

onEnter support

parent 1a9c8b53
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ public:
void updateText();
std::string value="";
TextComponent *userInputText = nullptr;
std::function<void(std::string value)> onEnter = nullptr;
};
#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