Loading services/inputflinger/include/InputReaderBase.h +1 −1 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ struct InputReaderConfiguration { pointerGestureSwipeMaxWidthRatio(0.25f), pointerGestureMovementSpeedRatio(0.8f), pointerGestureZoomSpeedRatio(0.3f), showTouches(false) { } showTouches(false), pointerCapture(false) { } std::optional<DisplayViewport> getDisplayViewportByType(ViewportType type) const; std::optional<DisplayViewport> getDisplayViewportByUniqueId(const std::string& uniqueDisplayId) Loading Loading
services/inputflinger/include/InputReaderBase.h +1 −1 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ struct InputReaderConfiguration { pointerGestureSwipeMaxWidthRatio(0.25f), pointerGestureMovementSpeedRatio(0.8f), pointerGestureZoomSpeedRatio(0.3f), showTouches(false) { } showTouches(false), pointerCapture(false) { } std::optional<DisplayViewport> getDisplayViewportByType(ViewportType type) const; std::optional<DisplayViewport> getDisplayViewportByUniqueId(const std::string& uniqueDisplayId) Loading