Marlon Macedo
Marlon Macedo
I just took a look at the WindowsGraphicsCapture API, and it can capture the Game Bar. I recorded a video of Microsoft's [sample project](https://github.com/Microsoft/Windows.UI.Composition-Win32-Samples/tree/master/dotnet/WPF/ScreenCapture) that shows it capturing the Game...
It would be nice to migrate to the mentioned API, as the Game Bar is a very useful tool for gaming, and also because we don't know if there are...
A (not elegant) workaround I found was to first declare the classes and assign them to a differently named variable, then export them later with the correct name. Like: `classes/Foo/index.js`...