Methods
getInput
Get the keyboard’s input (You can also get it from the onChange prop).
/ For default input (i.e. if you have only one)
let input = keyboard.getInput();
// For specific input
// Must have been previously set using the "inputName" prop.
let input = keyboard.getInput("myInputName");