Skip to content

Gooey 6.6.0

Compare
Choose a tag to compare
@britzl britzl released this 07 Feb 12:00
· 84 commits to master since this release

NEW: Text fields can now define a range of allowed characters using Lua standard pattern matching. Example:

gooey.input("input_alphanumeric", gui.KEYBOARD_TYPE_DEFAULT, action_id, action, { allowed_characters = "[%a%d%s]" })