WoW:API IsControlKeyDown
Jump to navigation
Jump to search
Returns true if the control key is currently depressed.
IsControlKeyDown();
- Arguments
- none
- Returns
- Boolean
- Example
if ( IsControlKeyDown() ) then DoSomething; end
- Result
true | false
- Description
- Returns true if the control key is currently depressed.