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

Commit 58763586 authored by Harry Cutts's avatar Harry Cutts Committed by Android (Google) Code Review
Browse files

Merge "TouchInputMapper: clarify the different touchpad modes"

parents 49b4def5 e3aaf393
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -195,9 +195,9 @@ protected:
    enum class DeviceMode {
        DISABLED,   // input is disabled
        DIRECT,     // direct mapping (touchscreen)
        UNSCALED,   // unscaled mapping (touchpad)
        UNSCALED,   // unscaled mapping (e.g. captured touchpad)
        NAVIGATION, // unscaled mapping with assist gesture (touch navigation)
        POINTER,    // pointer mapping (pointer)
        POINTER,    // pointer mapping (e.g. uncaptured touchpad, drawing tablet)

        ftl_last = POINTER
    };