#include #include "unicode.h" #include "eve/eve.h" #include "eve/eve_kbd.h" #include "eve/screen/screen.h" #include "eve/screen/window.h" #include "eve/screen/page.h" #include "status.h" int app_status_touch(EVEView *v, uint8_t tag0, int touch_idx) { return 0; } uint8_t app_status_draw(EVEView *v, uint8_t tag0) { return tag0; }