From daa87d92b3df433578e53284a8c88083e24f8623 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 27 Mar 2021 22:08:31 +0100 Subject: form/app cleanup; scroll infrastructure --- fw/fe310/eos/eve/screen/uievt.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'fw/fe310/eos/eve/screen/uievt.h') diff --git a/fw/fe310/eos/eve/screen/uievt.h b/fw/fe310/eos/eve/screen/uievt.h index a2657d7..0a751ae 100644 --- a/fw/fe310/eos/eve/screen/uievt.h +++ b/fw/fe310/eos/eve/screen/uievt.h @@ -2,4 +2,12 @@ #define EVE_UIEVT_PAGE_UPDATE_G 2 #define EVE_UIEVT_PAGE_SCROLL_START 3 #define EVE_UIEVT_PAGE_SCROLL_STOP 4 -#define EVE_UIEVT_WIDGET_UPDATE_G 5 +#define EVE_UIEVT_PAGE_TRACK_START 5 +#define EVE_UIEVT_PAGE_TRACK_STOP 6 +#define EVE_UIEVT_WIDGET_UPDATE_G 7 + +typedef struct EVEUIEvtTouch { + EVETouch *touch; + uint16_t evt; + uint8_t tag0; +} EVEUIEvtTouch; -- cgit v1.2.3