rocksdanister / lively

Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
https://rocksdanister.com/lively
GNU General Public License v3.0
14.88k stars 1.05k forks source link

Multi touch #1410

Open CloudNa opened 1 year ago

CloudNa commented 1 year ago

Can you add the option of multi touch? Multi touch, it seems that only the mouse works now.

rocksdanister commented 1 year ago

Didn't think of that actually, don't have touch screen device myself but will look into it.

This is the code for mouse input forwarding if anyone is interested in helping: https://github.com/rocksdanister/lively/blob/c174ee7d100acba1af579a615e64d005f57e49e8/src/Lively/Lively/Views/WindowMsg/RawInputMsgWindow.xaml.cs#L292-L330

ecr-oha-lime commented 1 year ago

Didn't think of that actually, don't have touch screen device myself but will look into it.

This is the code for mouse input forwarding if anyone is interested in helping:

https://github.com/rocksdanister/lively/blob/c174ee7d100acba1af579a615e64d005f57e49e8/src/Lively/Lively/Views/WindowMsg/RawInputMsgWindow.xaml.cs#L292-L330

在手机上使用MS Remote可以达到类似触摸屏设备的效果。 还有Spacedesk。 ========translate========== Using MS Remote on a mobile phone can achieve a similar effect as a touch screen device. And Spacedesk.