Add MenuEntry. (#199)

This will address comments from:
https://github.com/ArthurSonzogni/FTXUI/issues/194
This commit is contained in:
Arthur Sonzogni
2021-09-04 18:43:56 +02:00
committed by GitHub
parent 2ccc599db9
commit b99106a7c9
5 changed files with 147 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ example(input)
example(menu)
example(menu2)
example(menu_multiple)
example(menu_entries)
example(menu_style)
example(modal_dialog)
example(print_key_press)