Lesueur Benjamin
Lesueur Benjamin
Sorted it. Now I'm wondering why the below isn't switching the visual backdrop to Acrylic. https://github.com/Valkirie/ControllerService/blob/c1cfc35415498fb48e6e16a7fa3a7f2ab4533280/HandheldCompanion/Views/Pages/SettingsPage.xaml.cs#L341 `if (OSVersionHelper.IsWindows11OrGreater) { BackdropType newType; switch (Toggle_Backdrop.IsOn) { case true: newType = BackdropType.Acrylic; break;...
> This is what I use. https://github.com/Paving-Base/APK-Installer-Classic/blob/main/APKInstaller/APKInstaller/Pages/SettingsPages/TestPage.xaml.cs#L127-L152 Thanks. When I try to set Backdrop to None, I get this:  When I try to set Backdrop to Acrylic while the...
> Ok thanks. What about the crash when switching to Acrylic ?
@CasperH2O can you test this?
I'll start by implementing XInputListener at client level. This will allow us to free some memory/cpu bandwith by getting rid of unnecessary pipe messages. This will also give me more...
Thanks for the suggestion. I'm sure we can get this implemented. Am I reading correctly you're using HC on a Surface Go 3 ? If yes, may I ask you...
> @CasperH2O I found this issue setting up my ayaneo slide, i see some of the profiles use the wrong key combo. > > Example > > This worked fine:...
I'm pretty sure it's fixed on forthcoming EA. I improved the whole thing.
@Buzz9191 any crash dumps on Mydocuments/HC/dumps ?
Neat! Thanks for sharing those links, I will have a look and implement in forthcoming build if doable.