diff options
author | 2025-02-25 04:25:32 -0800 | |
---|---|---|
committer | 2025-02-25 04:25:32 -0800 | |
commit | 21e0a2095351fe087cf0fa8d0a527fb9c4264599 (patch) | |
tree | b107b54e31cbff738baeee654a80c92ccb3bcc04 /include | |
parent | a7949cee63d6c83bf8569e8bc6aee04dc62f9ef5 (diff) | |
parent | 96df7be319ce19ea86c53ad4f04f0d964a39e73f (diff) |
Merge "[CD Cursor] Apply selection logic to change cursor displayId" into main
Diffstat (limited to 'include')
-rw-r--r-- | include/input/InputFlags.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/input/InputFlags.h b/include/input/InputFlags.h index 0e194eaeb8..4b42f775dd 100644 --- a/include/input/InputFlags.h +++ b/include/input/InputFlags.h @@ -25,6 +25,11 @@ public: * override. */ static bool connectedDisplaysCursorEnabled(); + + /** + * Check if both connectedDisplaysCursor and associatedDisplayCursorBugfix is enabled. + */ + static bool connectedDisplaysCursorAndAssociatedDisplayCursorBugfixEnabled(); }; } // namespace android |