Skip to content
CapsAdmin edited this page Apr 4, 2014 · 23 revisions

##shared

  • input.WasConsoleCharPressed(self, key)
  • input.SetupAccessorFunctions(tbl, name, up_id, down_id)
  • input.IsConsoleKeyDown(self)
  • input.WasConsoleKeyPressed(self, key)
  • input.Bind(key, cmd)
  • input.Command(line, key)
  • input.GetMouseUpTime(self, key)
  • input.GetConsoleKeyDownTime(self, key)
  • input.IsMouseDown(self)
  • input.DisableFocus = false
  • input.IsConsoleCharDown(self)
  • input.Initialize()
  • input.GetConsoleKeyUpTime(self, key)
  • input.GetConsoleCharDownTime(self, key)
  • input.WasKeyPressed(self, key)
  • input.GetKeyDownTime(self, key)
  • input.CallOnTable(tbl, name, key, press, up_id, down_id, skip_event)
  • input.IsKeyDown(self)
  • input.GetMouseDownTime(self, key)
  • input.WasMousePressed(self, key)
  • input.GetConsoleCharUpTime(self, key)
  • input.SetupInputEvent(name)
  • input.Call(key, press)
  • input.GetKeyUpTime(self, key)
  • input.PressedThreshold = 0.2

Clone this wiki locally