tinyfd_inputBox

extern (C) nothrow @nogc
tinyfd_inputBox

Parameters

title c_str

C-string or null

message c_str

C-string or null, may NOT contain \ n or \ t on windows

defaultInput c_str

C-string, if null it's a password box

Return Value

Type: c_str

Entered text, null on cancel.

Examples

"your password will be revealed", null); if (passwd) printf("your password is: %s\ n", passwd);

Meta