Windows 中的鼠标光标替换
是否可以用尺寸大于 32x32 的更复杂的动画对象替换默认鼠标光标?
我知道我可以使用透明窗口代替光标,但它看起来不是一个好的解决方案,因为光标渲染速度比窗口快得多,因此用户可以看到移动延迟。
谢谢!
Is it possible to replace default mouse cursor with some more complex animated object that has size bigger than 32x32?
I know that I can use transparent window instead of cursor, but it doesn't look as good solution because cursor renders much more faster than window, therefore user could see movement delays.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,32x32 是 Windows 上光标的最大尺寸。
32x32 is the maximum size for a cursor on Windows, as far as I know.