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

Commit d7075527 authored by Michael Checo's avatar Michael Checo
Browse files

Add aconfig flag for mouse acceleration

DD: go/mouse-and-touchpad-acceleration-android

Bug: 382276176
Test: N/A
Flag: com.android.hardware.input.pointer_acceleration
Change-Id: I83b4932dab92aefe86a3f96acddd2d41eff1f12e
parent c07506b7
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -178,3 +178,10 @@ flag {
  description: "Adds new API in WindowManager class to check if the window can override the power key double tap behavior."
  bug: "378736024"
  }

flag {
    name: "pointer_acceleration"
    namespace: "input"
    description: "Allows the user to disable pointer acceleration for mouse and touchpads."
    bug: "349006858"
}
 No newline at end of file