microsoft / XboxGameBarSamples

Sample code for Xbox Game Bar Widgets
https://developer.microsoft.com/games/products/game-bar/
MIT License
145 stars 28 forks source link

[QUESTION] Has CenterWindowAsync been removed? #133

Closed CVNLD closed 8 months ago

CVNLD commented 8 months ago

I keep getting the following error trying to use CenterWindowAsync: error CS1061: 'XboxGameBarWidget' does not contain a definition for 'CenterWindowAsync' and no accessible extension method 'CenterWindowAsync' accepting a first argument of type 'XboxGameBarWidget' could be found (are you missing a using directive or an assembly reference?)

However in a C++ project it works just fine?