diff options
Diffstat (limited to 'fw/fe310/eos')
-rw-r--r-- | fw/fe310/eos/eve/screen/uievt.h | 5 |
1 files changed, 5 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..a2657d7 --- /dev/null +++ b/fw/fe310/eos/eve/screen/uievt.h @@ -0,0 +1,5 @@ +#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_WIDGET_UPDATE_G 5 |