flutter_desktop: remote window cursor debug (getx)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2022-08-13 18:10:04 +08:00
parent fd8c83497d
commit 47b7e84aca

View File

@ -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,
);
}),
))