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:
parent
fb20b45100
commit
4330c63ea4
2 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue