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

committed by
Arthur Sonzogni

parent
0ca7da630b
commit
d5cb4648d2
@@ -18,6 +18,8 @@ struct MenuOption {
|
||||
std::function<void()> on_change = [] {};
|
||||
/// Called when the user presses enter.
|
||||
std::function<void()> on_enter = [] {};
|
||||
|
||||
Ref<int> focused_entry = 0;
|
||||
};
|
||||
|
||||
/// @brief Option for the Button component.
|
||||
|
Reference in New Issue
Block a user