Tolk_HasBraille method

bool Tolk_HasBraille()

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

Implementation

bool Tolk_HasBraille() {
  return _Tolk_HasBraille();
}