在 Xul 中,在透明窗口中,如何隐藏鼠标光标?

发布于 2024-10-17 05:39:46 字数 111 浏览 2 评论 0原文

我有一个透明的 Xul 窗口,我需要在 1 秒后隐藏鼠标光标。应用 cursor: none 将不起作用,鼠标光标仍然显示在窗口的透明部分。

知道如何摆脱鼠标光标吗?

I have a Xul window that is transparent, and I need to hide the mouse cursor after 1 second. Applying cursor: none will not work, the mouse cursor still shows up in the transparent part of the window.

Any idea how to get rid of the mouse cursor?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦醒灬来后我 2024-10-24 05:39:46

您的操作系统通常甚至不会费心将鼠标事件发送到完全透明的(您的)窗口区域;就其而言,你的窗户不在那里。但是,如果您的操作系统允许,则几乎透明的窗口可能会起作用。

Your OS generally won't even bother to send mouse events to a completely transparent (area of your) window; as far as it's concerned, your window isn't there. However if your OS allows it, a nearly transparent window might work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文