ingame/playertoplayer/playertoplayer.lua:179 -- self.gamepadMenu:SetOnSelectionChangedCallback(function(selectedEntry)
--Re-narrate when the selection changes
if selectedEntry then
SCREEN_NARRATION_MANAGER:QueueCustomEntry("PlayerToPlayerWheel")
end
end)