Python检测耳机按钮按下情况

发布于 2025-01-09 17:35:01 字数 419 浏览 0 评论 0原文

我只需要检测耳机按钮状态的简单库。

所以我希望有这样的简单程序。

from hsbutton import isPressed

while True:
  if isPressed():
    Print("You are clicking headset button")
  else:
    Print("Waiting click")
    

编辑: 老实说,我不知道耳机和耳机的区别,所以我给你看图片。 在那张图片中你可以看到我圈出了一个按钮。那个按钮就是我的意思。 输入图片此处描述

I just need simple library that detect headset button state.

So I expect there simple program like this.

from hsbutton import isPressed

while True:
  if isPressed():
    Print("You are clicking headset button")
  else:
    Print("Waiting click")
    

Edit:
Tbh I don't know the difference of headset and earphone so I show you the picture.
In that picture you can see I circled a button. That button is what I mean.
enter image description here

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文