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