WoW:API IsControlKeyDown: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m ({{wowapi}})
m (Move page script moved page API IsControlKeyDown to API IsControlKeyDown without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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

Latest revision as of 04:46, 15 August 2023

Redirect to: