use RawKeyEvent and Listener for input

This commit is contained in:
csf
2022-04-25 18:25:25 +08:00
parent b161b696b6
commit b30299cc12
7 changed files with 653 additions and 75 deletions

View File

@@ -115,8 +115,7 @@ class PlatformFFI {
version = await getVersion();
}
static void startDesktopWebListener(
Function(Map<String, dynamic>) handleMouse) {}
static void startDesktopWebListener() {}
static void stopDesktopWebListener() {}