UI_INPUT_FLAG_DEFAULT_PWD

Use a default password. Where that password is found is completely up to the application, it might for example be in the user data set with UI_add_user_data(). It is not recommended to have more than one input in each UI being marked with this flag, or the application might get confused.

extern (C) nothrow @nogc
enum UI_INPUT_FLAG_DEFAULT_PWD = 0x02;

Meta