summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/app/app_screen.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-03-23 21:33:57 +0100
committerUros Majstorovic <majstor@majstor.org>2021-03-23 21:33:57 +0100
commit8c61343677d2ed8f929372863016524707b8ab93 (patch)
tree59f2c65f006bcf20c0b9a6a73c53a100d08775a2 /fw/fe310/eos/app/app_screen.c
parent98941cdc89d93f5387bb98a443f06408321acc8f (diff)
form scroll completed
Diffstat (limited to 'fw/fe310/eos/app/app_screen.c')
-rw-r--r--fw/fe310/eos/app/app_screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/fe310/eos/app/app_screen.c b/fw/fe310/eos/app/app_screen.c
index f94e477..9f3a236 100644
--- a/fw/fe310/eos/app/app_screen.c
+++ b/fw/fe310/eos/app/app_screen.c
@@ -31,10 +31,10 @@ EVEScreen *app_screen(void) {
return &screen;
}
-static int kbd_touch(EVEView *v, uint8_t tag0, int touch_idx) {
+static int kbd_touch(EVEView *v, EVETouch *touch, uint16_t evt, uint8_t tag0) {
EVEKbd *kbd = v->param;
- return eve_kbd_touch(kbd, tag0, touch_idx);
+ return eve_kbd_touch(kbd, touch, evt, tag0);
}
static uint8_t kbd_draw(EVEView *v, uint8_t tag0) {