WoW:API IsControlKeyDown: Difference between revisions

central doco @ isshiftkeydown
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
Anonymous user