1 | #pragma once |
---|---|
2 | |
3 | /// Enable or disable echoing of typed characters. Throws std::runtime_error on error. |
4 | void setTerminalEcho(bool enable); |
5 |
1 | #pragma once |
---|---|
2 | |
3 | /// Enable or disable echoing of typed characters. Throws std::runtime_error on error. |
4 | void setTerminalEcho(bool enable); |
5 |