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

@@ -338,6 +338,11 @@ namespace stardew_access.Patches
}
}
internal static void ExitEventPatch()
{
if(MainClass.screenReader!=null)
MainClass.screenReader.CloseScreenReader();
}
internal static void resetGlobalVars()
{
currentLetterText = " ";