Read class is a small abstraction offering up simple solutions to manipulating console input.
More...
#include <read.h>
|
| static void | setCanonicalMode (const bool &on) |
| | setCanonicalMode method changes how the terminal will accept input
|
| |
Read class is a small abstraction offering up simple solutions to manipulating console input.
◆ Read()
◆ setCanonicalMode()
| void Read::setCanonicalMode |
( |
const bool & | on | ) |
|
|
static |
setCanonicalMode method changes how the terminal will accept input
- Parameters
-
| on | Sets the terminal input method to accept input and immediately close prompting (true) or keep input regular (false) |
The documentation for this class was generated from the following files: