diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-03-29 13:31:45 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-03-29 13:31:45 +0200 |
commit | f5d49ec238769ca9c1fc58bf21e21f94a24f41ee (patch) | |
tree | 37240b5db3860f4612743f526f6966f0abdc3ad3 /fw/fe310/eos/eve/screen/uievt.h | |
parent | 3e04ab27bf9126a13ae692a3e5d930e791e87698 (diff) |
added page touch ui event. added ui event handler to form create
Diffstat (limited to 'fw/fe310/eos/eve/screen/uievt.h')
-rw-r--r-- | fw/fe310/eos/eve/screen/uievt.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fw/fe310/eos/eve/screen/uievt.h b/fw/fe310/eos/eve/screen/uievt.h index 0a751ae..98f0d95 100644 --- a/fw/fe310/eos/eve/screen/uievt.h +++ b/fw/fe310/eos/eve/screen/uievt.h @@ -1,10 +1,11 @@ #define EVE_UIEVT_WIN_UPDATE_G 1 #define EVE_UIEVT_PAGE_UPDATE_G 2 -#define EVE_UIEVT_PAGE_SCROLL_START 3 -#define EVE_UIEVT_PAGE_SCROLL_STOP 4 -#define EVE_UIEVT_PAGE_TRACK_START 5 -#define EVE_UIEVT_PAGE_TRACK_STOP 6 -#define EVE_UIEVT_WIDGET_UPDATE_G 7 +#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; |