onInterceptTouchEvent: propagate ACTION_CANCEL to child widgets

This commit is contained in:
Julian Winkler
2024-02-27 18:25:00 +01:00
parent efa61afc71
commit 1a97841579
2 changed files with 25 additions and 5 deletions

View File

@@ -39,6 +39,7 @@
#define MOTION_EVENT_ACTION_DOWN 0
#define MOTION_EVENT_ACTION_UP 1
#define MOTION_EVENT_ACTION_MOVE 2
#define MOTION_EVENT_ACTION_CANCEL 3
#define MOTION_EVENT_ACTION_SCROLL 8