在 Xul 中,在透明窗口中,如何隐藏鼠标光标?
我有一个透明的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的操作系统通常甚至不会费心将鼠标事件发送到完全透明的(您的)窗口区域;就其而言,你的窗户不在那里。但是,如果您的操作系统允许,则几乎透明的窗口可能会起作用。
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.