mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
mouse works
This commit is contained in:
@@ -438,7 +438,6 @@ class _RemotePageState extends State<RemotePage> {
|
||||
}
|
||||
|
||||
Widget getBodyForDesktopWithListener() {
|
||||
print(FFI.ffiModel.display.width);
|
||||
return MouseRegion(
|
||||
onEnter: (event) {
|
||||
print('enter');
|
||||
|
||||
Reference in New Issue
Block a user