为什么 Gosu 隐藏我的鼠标指针?
我正在使用 Gosu gem 进行一些图形编程。问题是,当我创建一个窗口时,我的鼠标指针被隐藏。我可以猜测某个时刻鼠标在哪里,并且我可以直观地点击,但我的用户可能不会。
如何显示指针?
I'm doing some graphics programming using the Gosu gem. The thing is, when I create a Window my mouse pointer is hidden. I can guess where the mouse is at a certain moment, and I can intuitively click, but my users may not.
How can I show the pointer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你想使用系统光标,你可以这样做
查看 libgosu 的文档
RubyGosu rdoc 参考/窗口
If you want to use the system cursor you can do this
Check out the documentation at libgosu
RubyGosu rdoc Reference / Window
我正在使用这样的东西:
I'm using something like this: