← WoW API < IsShiftKeyDown
Returns true if the shift key is currently depressed.
IsShiftKeyDown();
- Arguments
- none
- Returns
- Boolean
- 1 (true) if SHIFT is currently held down, nil otherwise.
- Example
if ( IsShiftKeyDown() ) then DoSomething(); end
- Result
true | nil