UIHANDLER OnKeyDown

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Dragonflight-Icon-Inline.png  BTNTemp.png  Wowprogramming.png Frame:EnableKeyboard
GitHub Octocat.png  Dragonflight-Icon-Inline.png  BTNTemp.png OnKeyUp
GitHub Octocat.png  Dragonflight-Icon-Inline.png  BTNTemp.png OnKeyDown

Fires when pressing 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