WoW API: IsShiftKeyDown

Revision as of 12:32, 18 June 2006 by WoWWiki>Starlightblunder ({{wowapi}}, returns / result.)

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