summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-08-28 15:20:39 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-08-28 15:20:39 +0000
commit3dfdd0dccd901b6a424e7abdd890ef37c4e251c3 (patch)
tree3353315722a39770f9a2a1f9657ef69866cb6a4b /libs
parent31e52649e8d92182a2feae38871a9b383c9645de (diff)
parent727b15d9cdbbe58f3ccca1f8dbef23e0dd41a5fa (diff)
Merge "CapturedTouchpadEventConverter: report relative axes" into main
Diffstat (limited to 'libs')
-rw-r--r--libs/input/input_flags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/input/input_flags.aconfig b/libs/input/input_flags.aconfig
index 500f7b4d8a..ab117b875e 100644
--- a/libs/input/input_flags.aconfig
+++ b/libs/input/input_flags.aconfig
@@ -164,3 +164,10 @@ flag {
description: "Show touch and pointer indicators when mirroring a single task"
bug: "310179437"
}
+
+flag {
+ name: "include_relative_axis_values_for_captured_touchpads"
+ namespace: "input"
+ description: "Include AXIS_RELATIVE_X and AXIS_RELATIVE_Y values when reporting touches from captured touchpads."
+ bug: "330522990"
+}