mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-26 22:51:03 +03:00
prepare for mouse
This commit is contained in:
@@ -101,6 +101,10 @@ class PlatformFFI {
|
||||
print(e);
|
||||
}
|
||||
}
|
||||
|
||||
static void startDesktopWebListener(
|
||||
Function(Map<String, dynamic>) handleMouse) {}
|
||||
static void stopDesktopWebListener() {}
|
||||
}
|
||||
|
||||
final localeName = Platform.localeName;
|
||||
|
||||
Reference in New Issue
Block a user