diff options
Diffstat (limited to 'src/app.h')
-rw-r--r-- | src/app.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||
66 | const iString *execPath_App (void); | 67 | const iString *execPath_App (void); |