Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Advanced vibration API — Gideros Forum

Advanced vibration API

dbbdbb Member
edited March 2012 in Suggestions & requests
It would be nice if the Gideros API could handle the different types of vibrations provided by Android. Like specifying the duration in milliseconds instead of a default 300ms, and also specifying patterns.

http://android.konreu.com/developer-how-to/vibration-examples-for-android-phone-development/
Tagged:
+1 -1 (+7 / -0 )Share on Facebook

Comments

  • AlexRuAlexRu Member
    300ms vibration is too long if vibration is triggered by touching the screen. I'm used to it, but my players ask me to reduce duration of vibration. I think 50-100ms will very good.

    Are there any plans to expand vibration API??
  • +1
    Please, add a new parameter to the function vibrate()
    Application:vibrate(delay=300)
    This is essential for programming a responsive interface.
  • +1 on this. I couldn't imagine an on-screen keyboard without those very short vibrations to let me know I touched a button (or two :P )
Sign In or Register to comment.