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:
|
/// touchMode only:
|
||||||
@ -534,6 +534,8 @@ class _RemotePageState extends State<RemotePage>
|
|||||||
});
|
});
|
||||||
return ImagePaint(
|
return ImagePaint(
|
||||||
id: widget.id,
|
id: widget.id,
|
||||||
|
cursorOverImage: _cursorOverImage,
|
||||||
|
listenerBuilder: _buildImageListener,
|
||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
))
|
))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user