feat: Implement host shortcut system for desktop window management and input suppression

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-20 11:35:22 +01:00
parent c81eb6750d
commit 862191d245
3 changed files with 143 additions and 20 deletions

View File

@@ -29,6 +29,7 @@ void main() async {
);
}
/// Whether desktop window-management APIs should be initialized for this host.
bool get _supportsDesktopWindowing {
if (kIsWeb) {
return false;