Skip to content

Commit c2bba57

Browse files
author
Arpit Singh
committed
Add aconfig flag for scaling cursor with density
This CL introduces an aconfig flag for scaling cursor movement according to the display density. Bug: 367662715 Test: presubmit Flag: EXEMPT introducing new flag Change-Id: I64eaacfe2c08ca0d127c29b19882ffc9f5d01ed2
1 parent 744e83f commit c2bba57

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libs/input/input_flags.aconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,13 @@ flag {
223223
}
224224
}
225225

226+
flag {
227+
name: "scale_cursor_speed_with_dpi"
228+
namespace: "lse_desktop_experience"
229+
description: "Scale the cursor speed based on display density"
230+
bug: "367662715"
231+
}
232+
226233
flag {
227234
name: "use_cloned_screen_coordinates_as_raw"
228235
namespace: "input"

0 commit comments

Comments
 (0)