Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个应用程序,它需要使用鼠标在另一个窗口的顶部记录屏幕上的点击位置。有没有办法禁用鼠标点击,以免影响被点击的窗口?
例如,我想在浏览器顶部设置一个点,但我不想在设置时单击浏览器中的任何内容。
你有几个选择:
SetWindowsHookEx
WH_MOUSE_LL
WindowFromPoint