确定当前光标的大小

发布于 2024-08-28 01:46:15 字数 95 浏览 5 评论 0原文

我正在编写一个嵌入 GLCanvas 的 swt 应用程序,我希望能够找出当前光标的大小,这可能吗?如果我无法从 JOGL 获取它,那么是否可以从 swt 或 awt 获取它?

I am writing a an swt app that has an embeded GLCanvas and I wanted to be able to find out the size of the current cursor, is this possible? And if I cannot get it from JOGL then is it possible from either swt or awt?

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

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

发布评论

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

评论(2

热血少△年 2024-09-04 01:46:15

如果尺寸指的是像素尺寸,则可以查看 Toolkit.getBestCursorSize(int,int) 检查平台支持的光标大小。

If by size you mean pixel dimensions, you can have a look at Toolkit.getBestCursorSize(int,int) to check the supported cursor sizes on the platform.

无力看清 2024-09-04 01:46:15

获取光标大小通常没什么用,因为光标的大部分可能是透明的。我也不清楚你为什么提到 JOGL。据我所知,JOGL 库不与光标交互。

Getting the cursor size is not generally useful, since much of a cursor may be transparent. I'm also unclear as to why you mention JOGL. The JOGL library doesn't interact with the cursor, as far as I know.

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