Add KeyCode alias.

This commit is contained in:
evancz 2013-05-04 19:01:42 -07:00
parent ef1275e5a1
commit 5b3e7e15e3

View file

@ -15,6 +15,7 @@ builtins =
state = [("text", string), ("start", int), ("end", int)]
in [ ("String", ([], listOf char))
, ("Time", ([], float))
, ("KeyCode", ([], int))
, ("Touch", ([], RecordT (Map.fromString touch) EmptyRecord))
, ("TextState", ([], RecordT (Map.fromString state) EmptyRecord))
]