From f32e45f29ef8928baa5d3caeb47e8fb7f599392a Mon Sep 17 00:00:00 2001 From: Kristen McWilliam <9575627+Merrit@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:14:57 -0400 Subject: [PATCH] feat(error msg): mention games that grab exclusive input Resolves #220 --- lib/apps_list/widgets/nyrna_error_message.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/apps_list/widgets/nyrna_error_message.dart b/lib/apps_list/widgets/nyrna_error_message.dart index b57956d..3ee8ca0 100644 --- a/lib/apps_list/widgets/nyrna_error_message.dart +++ b/lib/apps_list/widgets/nyrna_error_message.dart @@ -39,7 +39,11 @@ class NyrnaErrorMessage extends StatelessWidget { data: ''' If this is a game, check if it uses `Easy Anti-Cheat` by searching for it at [pcgamingwiki.com](https://www.pcgamingwiki.com) and checking if the "Middleware" section lists Easy Anti-Cheat. -Due to the restricted and obfuscated nature of Easy Anti-Cheat Nyrna cannot manage titles that use this.''', +Due to the restricted and obfuscated nature of Easy Anti-Cheat Nyrna cannot manage titles that use this. + +Also, some games grab exclusive control of the mouse and keyboard, which can cause Nyrna's shortcuts to not work. This is a limitation of the game, not Nyrna. Known examples: + +- `Doom (2016)`''', onTapLink: (String text, String? href, String title) { if (href == null) return; AppCubit.instance.launchURL(href);