Lesueur Benjamin

Results 10 issues of Lesueur Benjamin

Backported all the Garrison logic from romanovs-vengeance, without custom content. Right now, e1 (GI) and e2 (Conscript) can garrison. Should address issue #204. **Author:** Devon Dieffenbach (darky) **Credit:** DnAp (https://github.com/DnAp)...

PR: Rebase me
PR: Fixup requested

In the below, I can't get the scrollviewer to register my touchscreen panning inputs. Link to code : https://github.com/Valkirie/ControllerService/blob/HelperV2/ControllerHelperWPF/MainWindow.xaml ``` ```

needs-triage

This project no-longer works when compiling project with Net8 preview as Pipes won't be able to initialize.

C# implementation has to be: ``` [DllImport("JoyShockLibrary")] public static extern JOY_SETTINGS JslGetControllerInfoAndSettings(int deviceId); ``` ``` [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public unsafe struct JOY_SETTINGS { public int gyroSpace; public int colour;...

Title says it all, when using the acrylic backdrop on a window, LayoutUpdated event will be raised infinitely until window is closed. @wherewhere

bug

It appears Dropdown controls are scrolling to far on open rather than putting the selected item in the spotlight. ![Animation](https://user-images.githubusercontent.com/934757/223766954-306d81f9-5ac9-4ad0-b758-fa9e325a1588.gif)

bug

Is there any chance we'll be getting Fluid Motion control added over ADLX?

Similar to https://github.com/Kinnara/ModernWpf/issues/350, I get the above exception when I insert an item at index 0 to the collection that the ItemsRepeater is binded to. ``` Layout measurement override of...

bug
help wanted

My device has an external GPU plugged in and is using AMD Drivers 24.8.1. When initializing ADLX in the AFMF sample, I get the following error message on initialization: `C:\Users\benja\Documents\GitHub\ADLX-SDK-Wrapper\Samples\CPP\build\bin\Debug\AFMF.exe**...