You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code added in #3750 (comment) handles the usual keyboard + pointer, but the org.freedesktop.portal.RemoteDesktop API supports touch devices: NotifyTouchDown, NotifyTouchMotion and NotifyTouchUp.
The new generic packet format (#1942) should allow us to overload the pointer packets.
The text was updated successfully, but these errors were encountered:
The code added in #3750 (comment) handles the usual keyboard + pointer, but the org.freedesktop.portal.RemoteDesktop API supports touch devices:
NotifyTouchDown
,NotifyTouchMotion
andNotifyTouchUp
.The new generic packet format (#1942) should allow us to overload the
pointer
packets.The text was updated successfully, but these errors were encountered: