Adds InputWindowElement.

This commit is contained in:
2021-08-26 14:51:50 +09:00
parent 11279acb02
commit a07c61675e
19 changed files with 385 additions and 9 deletions

View File

@@ -26,6 +26,8 @@ class iConsole {
virtual Textbuffer& TakeTextbuffer() = 0;
virtual void SwapTextbuffer() = 0;
virtual std::string TakeInput() = 0;
virtual uint32_t width() const = 0;
virtual uint32_t height() const = 0;
};