* Refresh cursor reporting on resize.

* Fix invalid size write.

This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/302
This commit is contained in:
Arthur Sonzogni
2022-01-11 23:06:36 +01:00
committed by GitHub
parent 84299de2e1
commit 1888631bec
3 changed files with 17 additions and 13 deletions

View File

@@ -66,6 +66,7 @@ class ScreenInteractive : public Screen {
int cursor_y_ = 1;
bool mouse_captured = false;
bool previous_frame_resized_ = false;
};
} // namespace ftxui