UIHANDLER OnGamePadButtonUp

From Warcraft Wiki
Jump to navigation Jump to search

Fires when a gamepad button is released.

OnGamePadButtonUp: self, button

Payload

button
string - The name of the button that was released.

Details

  • Requires that the widget enable receipt of gamepad button inputs. See Frame:EnableGamePadButton(enabled).
  • This handler will only be dispatched for the top-most frame that has enabled gamepad button inputs.

Patch changes

External links

GitHub