Gooey 6.6.0
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]" })
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]" })