mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
fix, desktop touchscreen support long press
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
f3e13cd9dd
commit
96e3d9496d
@ -157,9 +157,6 @@ class _RawTouchGestureDetectorRegionState
|
||||
if (lastDeviceKind != PointerDeviceKind.touch) {
|
||||
return;
|
||||
}
|
||||
if (isDesktop) {
|
||||
return;
|
||||
}
|
||||
if (handleTouch) {
|
||||
ffi.cursorModel
|
||||
.move(_cacheLongPressPosition.dx, _cacheLongPressPosition.dy);
|
||||
|
Loading…
Reference in New Issue
Block a user