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

Commit 3a477117 authored by Abdelrahman Awadalla's avatar Abdelrahman Awadalla
Browse files

Add feature flag for touchpad visualizer

Bug: 286551975
Test: Presubmit
Flag: EXEMPT creating flag
Change-Id: Ic8360d62a62bf18b30093d13619e627a96592ab0
parent 76d684ea
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -68,3 +68,10 @@ flag {
    description: "Controls if the mouse keys accessibility feature for physical keyboard is available to the user"
    bug: "341799888"
}

flag {
    namespace: "input_native"
    name: "touchpad_visualizer"
    description: "Enables a developer overlay that displays raw touchpad input data and gesture recognition status in real-time."
    bug: "286551975"
}