diff options
| author | 2024-03-31 08:09:29 +0000 | |
|---|---|---|
| committer | 2024-03-31 08:09:29 +0000 | |
| commit | 686b965eef8cb608cfa3db2de48a2c0c98ee56ec (patch) | |
| tree | 253a9f52fb24a3cc8d645e6d4c13d0041605c7de /libs | |
| parent | 54602b48037e1bcece8fbc108cb1cda3f04edab8 (diff) | |
| parent | ed89cbbc7d3763e683dc2dbb6b13ceb6bc7257b2 (diff) | |
Merge "Allow multiple input device in the same window" 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 e041c51cc9..e161c2afc1 100644 --- a/libs/input/input_flags.aconfig +++ b/libs/input/input_flags.aconfig @@ -137,3 +137,10 @@ flag { is_fixed_read_only: true } + +flag { + name: "enable_multi_device_same_window_stream" + namespace: "input" + description: "Allow multiple input devices to be active in the same window simultaneously" + bug: "330752824" +} |