WoW:API IsControlKeyDown: Difference between revisions

m
{{wowapi}}
No edit summary
 
m ({{wowapi}})
Line 1: Line 1:
<center>'''IsControlKeyDown''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Returns true if the control key is currently pressed.
Returns true if the control key is currently depressed.


  IsControlKeyDown();
  IsControlKeyDown();
Line 21: Line 20:
;''Result''
;''Result''
  true | false
  true | false
----
;''Description''
: Returns true if the control key is currently depressed.
----
{{Template:WoW API}}