I am trying to write a game on UWP platform. Problem is: I need to bind Gamepad B and Escape to two different actions. E.g. Escape should always close current whatever, but Gamepad B should only do that unless my game handles it for a different purpose.
However, in KeyDown on Xbox pressing Gamepad B is always visible as Escape.