mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 04:38:09 +08:00
Remove toggle.hpp
This commit is contained in:

committed by
Arthur Sonzogni

parent
bead2134d6
commit
7f514ff41c
@@ -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
|
||||
|
Reference in New Issue
Block a user