C-string or null
C-string or null; some platforms (Windows, GTK-based) can't display multiline text
C-string, if null it's a password box
Entered text, null on cancel.
c_str passwd = tinyfd_inputBox("A password box", "Your password will be revealed", null); if (passwd) tinyfd_notifyPopup("Your password is:", passwd, "warning");