mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00

before this change, the example in the doxygen document for CatchEvent() does not use the documented function. hence the example is not that useful for developers interested in a typical usage of this function. after this change, the example is improved to added the call to CatchEvent(), which allows the application to the Loop() function at user input. Signed-off-by: Kefu Chai <tchaikov@gmail.com>