WoW API: IsControlKeyDown

Revision as of 12:23, 18 June 2006 by WoWWiki>Starlightblunder ({{wowapi}})

WoW API < IsControlKeyDown

Returns true if the control key is currently pressed.

IsControlKeyDown();

Arguments
none

Returns
Boolean

Example
 if ( IsControlKeyDown() ) then DoSomething; end
Result
true | false