summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-21 19:51:22 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-21 19:51:22 +0300
commit2acc486899b7253dbbc1656ea444c596d8af16ad (patch)
tree67a4ed03353e710c8a1164c1173f025f8f915e5c /src/app.h
parent2e7b41f2d20cee278514b84ccf131062a62b3fee (diff)
Mobile: Working on scroll bounce behavior
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.h b/src/app.h
index 4eae7afd..9f3754cc 100644
--- a/src/app.h
+++ b/src/app.h
@@ -61,6 +61,7 @@ enum iUserEventCode {
61 sending SDL_MOUSEBUTTONDOWN would be premature: we don't know how long the tap will 61 sending SDL_MOUSEBUTTONDOWN would be premature: we don't know how long the tap will
62 take, it could turn into a tap-and-hold for example. */ 62 take, it could turn into a tap-and-hold for example. */
63 widgetTapBegins_UserEventCode = 4, 63 widgetTapBegins_UserEventCode = 4,
64 widgetTouchEnds_UserEventCode = 5, /* finger lifted, but momentum may continue */
64}; 65};
65 66
66const iString *execPath_App (void); 67const iString *execPath_App (void);