Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d467d1c1 authored by YuhanYang's avatar YuhanYang Committed by Yuhan Yang
Browse files

Add aconfig flag for mouse scrolling acceleration

DD: go/mouse-controlled-scrolling-dd

Bug: 383555305
Test: N/A
Flag: com.android.hardware.input.mouse_scrolling_acceleration
Change-Id: I582af1c0eea2d33dc9c96fc161a0336f6fb126b3
parent 0e653b42
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -197,3 +197,10 @@ flag {
    description: "Allows the user to disable pointer acceleration for mouse and touchpads."
    bug: "349006858"
}

flag {
    name: "mouse_scrolling_acceleration"
    namespace: "input"
    description: "Allows the user to disable input scrolling acceleration for mouse."
    bug: "383555305"
}