Search found 1 match

by Valden
Sat Aug 19, 2017 2:46 pm
Forum: Libraries and Tools
Topic: ImGui LÖVE module
Replies: 169
Views: 238199

Re: ImGui LÖVE module

You pass flags to Imgui by putting them as individual strings in a table and removing the part preceding the underscore. So in your case that would give :

Code: Select all

imgui.inputText("password", passwordVar, 64, {"Password", "CharsNoBlank"})