C# 获取每个光标位置

发布于 2024-09-25 23:21:27 字数 90 浏览 2 评论 0原文

我怎样才能获得用户完成的每个光标移动?即使它不符合我的形式? 在谷歌上我看到 getcursorpos 但如何获得该功能?或者还有别的什么吗?

谢谢!

How can i get every cursor movement thats done by the user? even if its out of my form?
on google i see getcursorpos but how to get that function? or is there something else?

THNX!

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

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

发布评论

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

评论(1

凉城凉梦凉人心 2024-10-02 23:21:27

您必须使用 Windows API 创建一个钩子。有关使用 Windows api 的挂钩的一般信息,请参阅此链接 并且 codeproject 似乎对全局钩子有解释 这里 和一些其他随机代码启用和禁用挂钩的示例 在这里。不过,我没有测试过最后两个。因此,我建议您深入研究一下 windows api 挂钩信息(第一个链接)并自己编写一个:)。

You have to create a hook using the windows API. For general information on hooks using windows api see this link and codeproject seems to have an explanation on global hooks here and some other random code example giving enable and disable hooks here. I have tested non of those last two though. So I suggest you dive a bit into the windows api hook information (first link) and write one yourself :).

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