WoW:API IsControlKeyDown: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m ({{wowapi}})
(central doco @ isshiftkeydown)
Line 1: Line 1:
{{wowapi}}
#redirect [[API IsShiftKeyDown]]
Returns true if the control key is currently pressed.
 
IsControlKeyDown();
 
----
;''Arguments''
 
:''none''
 
----
;''Returns''
 
:;Boolean
 
----
;''Example''
  if ( IsControlKeyDown() ) then DoSomething; end
 
;''Result''
true | false

Revision as of 12:05, 4 July 2007

Redirect to: