mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-08-02 15:10:05 +08:00
[fix] reset display popup hover state after monitor switching to restore mouse control, fixes #83
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user