OSDN Git Service

Add new MotionEvent flag for partially obscured windows.
[android-x86/frameworks-native.git] / services / inputflinger / InputWindow.h
index 42457ce..0ac7fce 100644 (file)
@@ -146,6 +146,8 @@ struct InputWindowInfo {
     bool isTrustedOverlay() const;
 
     bool supportsSplitTouch() const;
+
+    bool overlaps(const InputWindowInfo* other) const;
 };