Description
When using the iPad as a kiosk head, touch events were sent as trackpad-style mouse movement (RelativeTouchHandler). Users had to drag to move a cursor rather than tap at the location they wanted.
Fixed in v0.2.105 by adding NativeTouchHandler to hydra-moonlight-ios. It sends LiSendTouchEvent() directly to Sunshine (LI_FF_PEN_TOUCH_EVENTS), giving true multi-touch passthrough. Each finger gets its own pointer ID. Falls back to absolute mouse position if the host does not support native touch events (pre-connection window).
Deployed: hydra-moonlight-ios f825250, hydraheadipad v0.2.105 (TestFlight build in progress).