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

@@ -32,7 +32,7 @@ int main() {
param.h = kHeight;
gj::Game game(std::move(param));
while (true) {
game.Update();
game.Update(console.TakeInput());
{
auto& fb = console.TakeColorbuffer();
fb.Clear();