[fix] reset display popup hover state after monitor switching to restore mouse control, fixes #83

This commit is contained in:
dijunkun
2026-05-25 01:28:17 +08:00
parent 473737ac9b
commit 37aabeaf72
3 changed files with 87 additions and 2 deletions
+5
View File
@@ -54,6 +54,11 @@ function setup_targets()
set_default(false)
add_files("tests/windows_mouse_controller_safety_test.cpp")
target("display_popup_hover_state_test")
set_kind("binary")
set_default(false)
add_files("tests/display_popup_hover_state_test.cpp")
target("screen_capturer")
set_kind("object")
add_deps("rd_log", "common")