- ingame/actionbar/actionbutton.lua:70 --
ZO_Keybindings_RegisterLabelForBindingUpdate(newB.buttonText, "ACTION_BUTTON_".. slotNum, HIDE_UNBOUND, "GAMEPAD_ACTION_BUTTON_".. slotNum, onChanged)
- ingame/skills/gamepad/gamepadactionbar.lua:107 --
ZO_Keybindings_RegisterLabelForBindingUpdate(self.keybindLabel, "GAMEPAD_ACTION_BUTTON_" .. slotId, HIDE_UNBOUND)
- ingame/tutorial/hudinfotutorial.lua:18 --
ZO_Keybindings_RegisterLabelForBindingUpdate(self.tutorial.helpKey, "TOGGLE_HELP")
- ingame/tutorial/hudinfotutorial.lua:19 --
ZO_Keybindings_RegisterLabelForBindingUpdate(self.tutorialGamepad.helpKey, "TOGGLE_HELP")
- libraries/zo_keybindbutton/zo_keybindbutton.lua:123 --
ZO_Keybindings_RegisterLabelForBindingUpdate(self.keyLabel, self.keybind, showUnbound, self.gamepadPreferredKeybind, OnKeybindLabelChanged, alwaysPreferGamepadMode)