Tolk_IsSpeaking method

bool Tolk_IsSpeaking()

Name: Tolk_IsSpeaking Description: Tests if the screen reader associated with the current screen reader driver is speaking, if one is set and supports querying for status information. If none is set, tries to detect the currently active screen reader before testing if it is speaking. You should call Tolk_Load once before using this function. Parameters: None. Returns: true if text is being spoken by the screen reader, false otherwise.

Implementation

bool Tolk_IsSpeaking() {
  return _Tolk_IsSpeaking();
}