UIHANDLER OnKeyUp

From Warcraft Wiki
Jump to navigation Jump to search
Inv mushroom 11.png  GitHub Octocat.png  Blizz.gif  Wowprogramming.png Frame:EnableKeyboard
Inv mushroom 11.png  GitHub Octocat.png  Blizz.gif OnKeyUp
Inv mushroom 11.png  GitHub Octocat.png  Blizz.gif OnKeyDown

Fires when releasing a key.

(self, key)

Arguments

self
Frame - The widget receiving input.
key
string - The key represented by a UTF-8 character or a control word such as "ESCAPE", "BACKSPACE", and "LSHIFT".

Details

See also