Hi, I have a published game on xbox but the B button backs out of the game to the home page. Im told I have to do something with the SystemNavigationManager but I don't know how to access it in the C++ universal windows language.
So this event is supposed to be a key conversion from the computer to the xbox, from my understanding, and the B button corresponds to the ESC button on the PC. All in all, im just trying to deactivate the SystemNavigationManager.BackRequested() event so it doesn't back out of the game.