summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eve/screen/view.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-03-29 13:31:45 +0200
committerUros Majstorovic <majstor@majstor.org>2021-03-29 13:31:45 +0200
commitf5d49ec238769ca9c1fc58bf21e21f94a24f41ee (patch)
tree37240b5db3860f4612743f526f6966f0abdc3ad3 /fw/fe310/eos/eve/screen/view.h
parent3e04ab27bf9126a13ae692a3e5d930e791e87698 (diff)
added page touch ui event. added ui event handler to form create
Diffstat (limited to 'fw/fe310/eos/eve/screen/view.h')
-rw-r--r--fw/fe310/eos/eve/screen/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/eve/screen/view.h b/fw/fe310/eos/eve/screen/view.h
index 4f93627..65999d7 100644
--- a/fw/fe310/eos/eve/screen/view.h
+++ b/fw/fe310/eos/eve/screen/view.h
@@ -39,4 +39,4 @@ void eve_view_create(struct EVEWindow *window, EVEViewStack *stack, eve_view_con
void eve_view_destroy(struct EVEWindow *window, EVEViewStack *stack);
void eve_view_uievt_push(EVEView *view, uint16_t evt, void *param);
-int eve_view_uievt_tpush(EVEView *view, uint16_t evt, EVETouch *touch, uint16_t t_evt, uint8_t tag0);
+int eve_view_uievt_pusht(EVEView *view, uint16_t evt, EVETouch *touch, uint16_t t_evt, uint8_t tag0);