Loading services/inputflinger/reader/mapper/TouchInputMapper.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 }; Loading Loading
services/inputflinger/reader/mapper/TouchInputMapper.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 }; Loading