UI_INPUT_FLAG_ECHO

Use to have echoing of input

extern (C) nothrow @nogc
enum UI_INPUT_FLAG_ECHO = 0x01;

Meta