Difference between revisions of "Getkey"
From OpenEUO
					
										
					
					|  (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...") | |||
| Line 1: | Line 1: | ||
|   local bpressed = getkey(str) |   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  | + | Returns a boolean based upon whether a key or key combination as specified by the string str is depressed or not.  TODO: list the valid key names/combos. | 
Revision as of 11:10, 8 October 2010
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 the valid key names/combos.
