Lesueur Benjamin
Lesueur Benjamin
@JeffersonMontgomery-Intel any update ?
I'll work on dinput support soon.
Thanks for the above. Will give it a try. I'd love to stop using my workaround for broken touch input on my project, aka: all the PreviewMouse calls on MainWindow.cs
> > Thanks for the above. Will give it a try. I'd love to stop using my workaround for broken touch input on my project, aka: all the PreviewMouse calls...
> Could you make a pure UI version? I don't want install HidHide... You can actually ignore the ControllerService project. You don't have to run it for Handheld Companion to...
> And why you add winui2.7 into the WPF??? Am I?
> Yep  Oups, most likely some of stuff I forgot to remove.
I need to rebase it.
Hey @wherewhere. I'm not familiar with .netfx at all. I was able to fix my touch issue. Guilty component was **ManagementObjectSearcher** (https://github.com/dotnet/runtime/issues/522). Now that I can get proper touch support,...
Any chance you could help me get my sliders to work when used inside a scrollviewer now that touch inputs are coming through ? https://github.com/Valkirie/ControllerService/pull/233