WoW:API IsShiftKeyDown

From AddOn Studio
Revision as of 21:46, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
IsShiftKeyDown -Documentation by AlexanderYoshi-

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.

Template:WoW API