Python检测耳机按钮按下情况
我只需要检测耳机按钮状态的简单库。
所以我希望有这样的简单程序。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论