mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-25 17:11:13 +08:00
More cleanup
This commit is contained in:
parent
7af4446de8
commit
eef0c3d677
@ -35,12 +35,6 @@
|
|||||||
#include "ftxui/screen/pixel.hpp" // for Pixel
|
#include "ftxui/screen/pixel.hpp" // for Pixel
|
||||||
#include "ftxui/screen/terminal.hpp" // for Dimensions, Size
|
#include "ftxui/screen/terminal.hpp" // for Dimensions, Size
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <fstream>
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#define DEFINE_CONSOLEV2_PROPERTIES
|
#define DEFINE_CONSOLEV2_PROPERTIES
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
@ -839,6 +833,7 @@ void ScreenInteractive::HandleTask(Component component, Task& task) {
|
|||||||
// clang-format on
|
// clang-format on
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// private
|
||||||
bool ScreenInteractive::selectableCatchEvent(Event event) {
|
bool ScreenInteractive::selectableCatchEvent(Event event) {
|
||||||
|
|
||||||
if (event.is_mouse()) {
|
if (event.is_mouse()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user