WoW:Make Frames Closable With the "Esc" Key

From AddOn Studio
Jump to navigation Jump to search

To make your main frame closable with the ESCape key go into the OnLoad function and add the following line :

tinsert(UISpecialFrames,"MainFrameName");

where MainFrameName is the name of your main frame of the application.