AddOns WoW API Widget API XML UI Event API WoW Lua Macro API CVars
Battle.net
HOWTOs Snippets UI tech
Categories
← WoW API < IsControlKeyDown
Returns true if the control key is currently pressed.
IsControlKeyDown();
if ( IsControlKeyDown() ) then DoSomething; end
true | false