!7 cmodule ELECurrentInput { S input; visual dm_centeredTextField input(); start { dm_onUserUtteranceWithoutMine(s -> setField(input := s)); } }