Frame:EnableGamePadStick

From Warcraft Wiki
Jump to navigation Jump to search

Allows the receipt of gamepad stick inputs for this frame.

Frame:EnableGamePadStick([enable])

Arguments

enable
boolean? = false - true to enable gamepad stick inputs, false to disable.

Details

  • Gamepad stick inputs are received through the OnGamePadStick script handler for the top-most frame enabled to receive them.

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.