Corona sdk 中的振动器

发布于 2024-11-23 16:20:08 字数 113 浏览 1 评论 0原文

我想在使用 Corona SDK 的应用程序中对加速度计操作使用振动警报。 任何人都可以给我一些线索吗?我尝试在互联网上搜索此内容,但没有找到任何有用的线索。

提前致谢。

快乐编码

I want to use the vibration alert for the accelerometer action in an app using the Corona SDK.
Can any one give me some clue for this. I have tried searching for this in the internet but not found any useful clues.

Thanks in advance.

Happy Coding

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

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

发布评论

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

评论(1

初心未许 2024-11-30 16:20:08

这实际上非常简单,把这一行放进去;
system.vibrate()

这就是所需要的。 (我认为它会在模拟器上发出蜂鸣声,但没有任何视觉效果,因此在测试时将声音调高一点 - 或者更好地构建它。两天前我在测试应用程序中使用了它。)

That's actually super easy, put this line in;
system.vibrate()

That's all it takes. (I think it plays a beep sound on the simulator but nothing visual, so turn your sound up a bit while testing - or better yet build it. I used it in a test app 2 days ago.)

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