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.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/fw/fe310/eos/eve/screen/uievt.h b/fw/fe310/eos/eve/screen/uievt.h
new file mode 100644
index 0000000..98f0d95
--- /dev/null
+++ b/fw/fe310/eos/eve/screen/uievt.h
@@ -0,0 +1,14 @@
+#define EVE_UIEVT_WIN_UPDATE_G 1
+#define EVE_UIEVT_PAGE_UPDATE_G 2
+#define EVE_UIEVT_PAGE_TOUCH 3
+#define EVE_UIEVT_PAGE_SCROLL_START 4
+#define EVE_UIEVT_PAGE_SCROLL_STOP 5
+#define EVE_UIEVT_PAGE_TRACK_START 6
+#define EVE_UIEVT_PAGE_TRACK_STOP 7
+#define EVE_UIEVT_WIDGET_UPDATE_G 8
+
+typedef struct EVEUIEvtTouch {
+ EVETouch *touch;
+ uint16_t evt;
+ uint8_t tag0;
+} EVEUIEvtTouch;