summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
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);