The InputType `Long Press` with Duration need an option allow it to be only triggered one time if we don't release it.

Justus

Member
Long Press will be triggered repeatly if you don't release that button.
Need an option or another InputType which allow us to `Long press a button, but it will be triggered only one time if we don't release it.`
1652094339301.png

Usage case:
- long press 0.5s to equip an item
- long press 2s to use a item
 
I would recommend you make your own custom one. Those types of inputs usually have some sort of UI feedback with something filling in. So you'll need to keep track of the time it was pressed anyways.
 
Top