Thank you, I found the reference.

String entry[30];
...
inkey(entry); // wait until [enter] pressed
if (result == 13) {
process_entry(entry); }


Waiting for fully immersible Virtual reality.