Add flag for connected displays cursor

Flag to allow cursor to transition across connected displays

Bug: 362719483
Test: presubmit
FLAG: com.android.input.flags.connected_displays_cursor
Change-Id: Ia247af2f323718524e2a76bc9278fe994bb508f7
diff --git a/libs/input/input_flags.aconfig b/libs/input/input_flags.aconfig
index 484a5df..fd77048 100644
--- a/libs/input/input_flags.aconfig
+++ b/libs/input/input_flags.aconfig
@@ -224,3 +224,10 @@
     purpose: PURPOSE_BUGFIX
   }
 }
+
+flag {
+  name: "connected_displays_cursor"
+  namespace: "lse_desktop_experience"
+  description: "Allow cursor to transition across multiple connected displays"
+  bug: "362719483"
+}