Lesueur Benjamin
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)...
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 ``` ```
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
It appears Dropdown controls are scrolling to far on open rather than putting the selected item in the spotlight. 
Is there any chance we'll be getting Fluid Motion control added over ADLX?
Layout measurement override of element ItemsRepeater should not return NaN values as its DesiredSize
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...
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**...