mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 11:31:28 +03:00
feat mouse click and move through monitor widget
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -497,7 +497,11 @@ class _RemotePageState extends State<RemotePage> {
|
||||
child: Stack(children: () {
|
||||
final paints = [
|
||||
ImagePaint(),
|
||||
QualityMonitor(gFFI.qualityMonitorModel),
|
||||
Positioned(
|
||||
top: 10,
|
||||
right: 10,
|
||||
child: QualityMonitor(gFFI.qualityMonitorModel),
|
||||
),
|
||||
getHelpTools(),
|
||||
SizedBox(
|
||||
width: 0,
|
||||
|
||||
Reference in New Issue
Block a user