1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Submit name of field on enter key press

This commit is contained in:
rubenwardy 2016-08-07 16:01:00 +01:00
parent fb20b45100
commit 4330c63ea4
2 changed files with 14 additions and 1 deletions

View file

@ -463,6 +463,7 @@ private:
} fs_key_pendig;
fs_key_pendig current_keys_pending;
std::string current_field_enter_pending;
void parseElement(parserData* data,std::string element);
@ -557,4 +558,3 @@ public:
};
#endif