Tolk_HasSpeech method

bool Tolk_HasSpeech()

Name: Tolk_HasSpeech Description: Tests if the current screen reader driver supports speech output, if one is set. If none is set, tries to detect the currently active screen reader before testing for speech support. You should call Tolk_Load once before using this function. Parameters: None. Returns: true if the current screen reader driver supports speech, false otherwise.

Implementation

bool Tolk_HasSpeech() {
  return _Tolk_HasSpeech();
}