Difference between revisions of "Getkey"

From OpenEUO
Jump to: navigation, search
(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 out valid key names/combos.
+
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.