Fixes #282 Narrator does not convey error information when no more Right Parenthesis can be added in expression. (#284)
* Added narrator announcements when right parenthesis is clicked
This commit is contained in:
@@ -62,6 +62,11 @@ namespace CalculatorManagerTest
|
||||
m_parenDisplay = parenthesisCount;
|
||||
}
|
||||
|
||||
void OnNoRightParenAdded() override
|
||||
{
|
||||
// This method is used to create a narrator announcement when a close parenthesis cannot be added because there are no open parentheses
|
||||
}
|
||||
|
||||
const wstring& GetPrimaryDisplay() const
|
||||
{
|
||||
return m_primaryDisplay;
|
||||
|
Reference in New Issue
Block a user