diff options
author | 2021-03-11 01:17:39 +0000 | |
---|---|---|
committer | 2021-03-11 01:17:39 +0000 | |
commit | 30c6ac31bd18b9ea045cf39b125a5fb145300248 (patch) | |
tree | 03d7038d7e1cfc87f48bf3b8551b30ecc0b2652b /include/android/input.h | |
parent | 36e94b415d09d8aed6150fe8b8fe9bfdfd9dfd29 (diff) | |
parent | 7632c3391394a47cface411997ce03d126d1e4da (diff) |
Merge "Move drag event to InputDispatcher (1/n)" into sc-dev
Diffstat (limited to 'include/android/input.h')
-rw-r--r-- | include/android/input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/android/input.h b/include/android/input.h index 797348742d..6fe95c0fc3 100644 --- a/include/android/input.h +++ b/include/android/input.h @@ -166,6 +166,9 @@ enum { /** Capture event */ AINPUT_EVENT_TYPE_CAPTURE = 4, + + /** Drag event */ + AINPUT_EVENT_TYPE_DRAG = 5, }; /** |