-
Notifications
You must be signed in to change notification settings - Fork 17
input
CapsAdmin edited this page Aug 26, 2014
·
23 revisions
##shared
- input.Bind(key, cmd)
- input.CallOnTable(tbl, name, key, press, up_id, down_id)
- input.Call(key, press)
- input.Command(line, key)
- input.GetConsoleCharDownTime(key)
- input.GetConsoleCharUpTime(key)
- input.GetConsoleKeyDownTime(key)
- input.GetConsoleKeyUpTime(key)
- input.GetKeyDownTime(key)
- input.GetKeyUpTime(key)
- input.GetMouseDownTime(key)
- input.GetMouseUpTime(key)
- input.Initialize()
- input.IsConsoleCharDown(...)
- input.IsConsoleKeyDown(...)
- input.IsKeyDown(...)
- input.IsMouseDown(...)
- input.SetupAccessorFunctions(tbl, name, up_id, down_id)
- input.SetupInputEvent(name)
- input.WasConsoleCharPressed(key)
- input.WasConsoleKeyPressed(key)
- input.WasKeyPressed(key)
- input.WasMousePressed(key)