Getkey

From OpenEUO
Revision as of 11: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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.