|
That Terminal
A terminal emulator designed for video making purposes.
|
This module provides the same functionality as INPUTTER (https://bisqwit.iki.fi/source/inputter.html) More...
#include <string>#include <variant>#include <string_view>

Go to the source code of this file.
Typedefs | |
| using | AutoInputResponse = std::variant< std::string, std::array< unsigned, 4 > > |
Functions | |
| void | AutoInputStart (std::string_view filename) |
| void | AutoInputEnd () |
| bool | AutoInputActive () |
| AutoInputResponse | GetAutoInput () |
This module provides the same functionality as INPUTTER (https://bisqwit.iki.fi/source/inputter.html)
| using AutoInputResponse = std::variant< std::string, std::array<unsigned,4> > |
A response element on autoinput. See GetAutoInput()
| bool AutoInputActive | ( | ) |
| void AutoInputEnd | ( | ) |
Ends automatic input.
| void AutoInputStart | ( | std::string_view | filename | ) |
Starts automatic input from inputter.dat
| AutoInputResponse GetAutoInput | ( | ) |
Returns the next element from the automatic input sequence.