Remove toggle.hpp

This commit is contained in:
ArthurSonzogni
2021-07-10 13:15:28 +02:00
committed by Arthur Sonzogni
parent bead2134d6
commit 7f514ff41c
5 changed files with 108 additions and 141 deletions

View File

@@ -74,6 +74,8 @@ struct ToggleOption {
std::function<void()> on_change = [] {};
/// Called when the user presses enter.
std::function<void()> on_enter = [] {};
Ref<int> focused_entry = 0;
};
}; // namespace ftxui