Getkey
From OpenEUO
Revision as of 10:10, 8 October 2010 by 76.184.213.234 (Talk) (Created page with " local bpressed = getkey(str) Returns a boolean based upon whether a key or key combination as specified by the string str is depressed or not. TODO: list out valid key names/co...")
local bpressed = getkey(str)
Returns a boolean based upon whether a key or key combination as specified by the string str is depressed or not. TODO: list out valid key names/combos.