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.
我需要扩大热点光标的范围。
例如,将光标更改为 100x100 的正方形,正方形内的所有内容都可以点击,而不仅仅是 1 个像素。
可能吗?
谢谢你。
使用默认的 windows shell(即桌面),没有。Windows 光标需要一个像素作为热点,这样操作系统就可以很容易地知道点击了什么。您可以沿着实现自己的桌面和光标系统的路线走下去,但这太过分了,您仍然会遇到弄清楚在 100x100 正方形内点击了什么的问题。文本框和按钮之间的距离在 100 像素以内是很容易的