Added screen reader support for linux

This commit is contained in:
Mohammad Shoaib
2022-01-30 22:25:02 +05:30
parent fe011b239e
commit 4b7d011a7b
8 changed files with 202 additions and 71 deletions

View File

@@ -34,7 +34,8 @@ namespace stardew_access.Game
{
if (!manuallyTriggered && prevTile != gt)
{
MainClass.screenReader.prevTextTile = " ";
if(MainClass.screenReader!=null)
MainClass.screenReader.PrevTextTile = " ";
}
bool isColliding = isCollidingAtTile(x, y);