mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-25 13:19:04 +08:00
flutter_desktop: remote window cursor debug (getx)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
fd8c83497d
commit
47b7e84aca
@ -433,7 +433,7 @@ class _RemotePageState extends State<RemotePage>
|
||||
}),
|
||||
],
|
||||
),
|
||||
);
|
||||
));
|
||||
}
|
||||
|
||||
/// touchMode only:
|
||||
@ -534,6 +534,8 @@ class _RemotePageState extends State<RemotePage>
|
||||
});
|
||||
return ImagePaint(
|
||||
id: widget.id,
|
||||
cursorOverImage: _cursorOverImage,
|
||||
listenerBuilder: _buildImageListener,
|
||||
);
|
||||
}),
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user