Difference between revisions of "Lua:doKeyPress"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' doKeyPress(''key'') Simulates a keypress (up/down) Tip: To differentiate between highercase and lowercase set the shift key down or up depending on what you wish…')
 
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' doKeyPress(''key'')
 
'''function''' doKeyPress(''key'')
  

Revision as of 13:15, 19 March 2017

function doKeyPress(key)

Simulates a keypress (up/down)

Tip: To differentiate between highercase and lowercase set the shift key down or up depending on what you wish

Function Parameters

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


See also