summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eve/screen/uievt.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/eve/screen/uievt.h')
-rw-r--r--fw/fe310/eos/eve/screen/uievt.h10
1 files changed, 9 insertions, 1 deletions
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;