Lua:keyDown

From Cheat Engine
Revision as of 15:29, 3 March 2012 by Dark Byte (talk | contribs) (Created page with ''''function''' keyDown(''key'') Sets the key to the down state. Toggling between down and up can be used to type strings. And holding down can also be used to drag stuff. (Like …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function keyDown(key)

Sets the key to the down state. Toggling between down and up can be used to type strings. And holding down can also be used to drag stuff. (Like the left mouse button down)

Function Parameters

Parameter Type Description
key Virtual-Key Code The keycode for the key to set down


See also