๐ฎ Gamepad Settings
${actions.map((action, i) => {
const btnIdx = this._bindingSnapshot[action] ?? -1;
const isListening = this._listeningAction === action;
const isFocused = this._focusedIndex === i;
return html`
${ACTION_LABELS[action]}
`;
})}
Stick / D-pad / LT-RT: Navigate ยท A: Select ยท B: Close
`;
}
}