File ui/textfield.lua

loveui is a love2d library to provide resuable GUI widgets to love2d developers.

Functions

progress:init (tags, args) A progress bar that displays the progress of an operation.
textfield:init (tags, args) A textbox that the user can enter text into, select text, etc.


Functions

progress:init (tags, args)
A progress bar that displays the progress of an operation.

Parameters

  • tags: A string of whitespaced separated tags
  • args: A table of key-value object attributes
textfield:init (tags, args)
A textbox that the user can enter text into, select text, etc.

Parameters

  • tags: A string of whitespaced separated tags
  • args: A table of key-value object attributes

Valid XHTML 1.0!