prepare for mouse

This commit is contained in:
rustdesk
2022-02-03 00:53:59 +08:00
parent 502f0c7e9d
commit 47ca02e239
4 changed files with 139 additions and 38 deletions

View File

@@ -101,6 +101,10 @@ class PlatformFFI {
print(e);
}
}
static void startDesktopWebListener(
Function(Map<String, dynamic>) handleMouse) {}
static void stopDesktopWebListener() {}
}
final localeName = Platform.localeName;