Mac OS 中不同类型的点击?

发布于 2024-12-09 23:48:46 字数 194 浏览 1 评论 0原文

我刚刚购买了 Wacom Bamboo 触摸板。它适用于除 Twitter 客户端之外的所有应用程序,当我单击链接时,它会有点混乱。

是否有一些我可以快速敲出的代码/我可以调用的API来查看驱动程序正在生成什么样的鼠标事件(只是为了满足我的好奇心)?

澄清一下:我不是在这里编写应用程序......只是尝试使用产品并找出它无法正常工作的原因。

I have just bought a Wacom Bamboo touch tablet. It works fine with all applications except the Twitter client, which gets a bit confused when I click on a link.

Is there a quick bit of code I can knock up / API I can call to see what kind of mouse events are being generated by the driver (just to satisfy my curiosity)?

To clarify: I'm not writing an app here... just trying to use a product and work out why it's not working properly.

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

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

发布评论

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

评论(1

一念一轮回 2024-12-16 23:48:46

平板电脑事件与鼠标事件有些不同。具体来说:

[tablet] 指针事件是 NSTabletPoint 类型的 NSEvent 对象或
表示鼠标按下、鼠标拖动或鼠标松开事件的对象
其子类型为 NSTabletPointEventSubtype。

Tablet events are somewhat different than mouse events. Specifically:

A [tablet] pointer event is an NSEvent object of type NSTabletPoint or
an object representing a mouse-down, mouse-dragged, or mouse-up event
with a subtype of NSTabletPointEventSubtype.

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