Home
last modified time | relevance | path

Searched refs:_speakInput (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dconf.h90 bool _speakInput; variable
H A Dconf.cpp142 get("speak_input", _speakInput); in Conf()
H A Dwindow_text_buffer.cpp1406 if (g_conf->_speakInput) { in acceptLine()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dconf.h99 bool _speakInput; variable
H A Dconf.cpp71 _sound(true), _speak(false), _speakInput(false), _styleHint(1), in Conf()
213 syncAsBool("speak_input", _speakInput); in synchronize()
H A Dwindow_text_grid.cpp473 if (g_conf->_speakInput) { in acceptLine()
483 if (g_conf->_speakInput) { in acceptLine()
H A Dwindow_text_buffer.cpp1416 if (g_conf->_speakInput) { in acceptLine()