Skip to content
CapsAdmin edited this page Sep 15, 2013 · 23 revisions

#input

  • input.WasConsoleCharPressed(self, key)
  • input.SetupAccessorFunctions(tbl, name, up_id, down_id)
  • input.IsConsoleKeyDown(self)
  • input.GetMousePos()
  • input.WasConsoleKeyPressed(self, key)
  • input.Bind(key, cmd)
  • input.Command(line, key)
  • input.GetMouseUpTime(self, key)
  • input.SetMousePos(pos)
  • input.GetConsoleKeyDownTime(self, key)
  • input.IsMouseDown(self)
  • input.IsConsoleCharDown(self)
  • input.mouse_trapped = true
  • 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.SetupInputEvent(name)
  • input.GetMouseDelta()
  • input.GetConsoleCharUpTime(self, key)
  • input.SetMouseTrapped(b)
  • input.ShowCursor(b)
  • input.mouse_delta = nil
  • input.Call(key, press)
  • input.GetKeyUpTime(self, key)
  • input.PressedThreshold = 0.2

Clone this wiki locally