experiment322 / controlloid-client

Android app which turns your phone into a game controller.
GNU General Public License v3.0
103 stars 11 forks source link

Add vibration when pressing buttons. #6

Open userkilled opened 5 years ago

userkilled commented 5 years ago

It will be very convenient, because when you press and hover over the button, it immediately activates, and I look at the screen, not at the smartphone.

experiment322 commented 5 years ago

What about the analogs? Should the vibration be continuous or only on first tap? If it should be continuous, should it be proportional to the distance traveled by the analog or constant? I think that constant vibration won't work so good because I have the impression that touch events are fired even if the fingers doesn't move, but it needs to be tested. Also, for normal buttons, does it make sense to trigger vibration when releasing a button?

userkilled commented 5 years ago

You need to add a one-time vibration when you press the button.

Maxtille commented 4 years ago

I think vibration with analog is clearly optional, but a lighter vibration on a normal button release might improve the feeling of pressure variation under the skin, or not ? To be tested

Sohail-XD commented 2 months ago

Any update on this? Cause this would make this so much useful.