diff options
| author | 2024-08-28 15:20:39 +0000 | |
|---|---|---|
| committer | 2024-08-28 15:20:39 +0000 | |
| commit | 3dfdd0dccd901b6a424e7abdd890ef37c4e251c3 (patch) | |
| tree | 3353315722a39770f9a2a1f9657ef69866cb6a4b /libs | |
| parent | 31e52649e8d92182a2feae38871a9b383c9645de (diff) | |
| parent | 727b15d9cdbbe58f3ccca1f8dbef23e0dd41a5fa (diff) | |
Merge "CapturedTouchpadEventConverter: report relative axes" into main
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/input/input_flags.aconfig | 7 |
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" +} |