Merge pull request #5317 from dignow/fix/desktop_touchscreen_support_long_press

fix, desktop touchscreen support long press
This commit is contained in:
RustDesk 2023-08-10 09:39:28 +08:00 committed by GitHub
commit 46b3cf1871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,9 +157,6 @@ class _RawTouchGestureDetectorRegionState
if (lastDeviceKind != PointerDeviceKind.touch) {
return;
}
if (isDesktop) {
return;
}
if (handleTouch) {
ffi.cursorModel
.move(_cacheLongPressPosition.dx, _cacheLongPressPosition.dy);