whitescent / Engine

Mapping your phone as a virtual joystick
GNU General Public License v3.0
83 stars 1 forks source link

How do we get the buttons to hold? #9

Closed Gorkido closed 1 year ago

whitescent commented 1 year ago

Are you asking whether the button remains pressed when the finger is placed on it and not lifted off? 🤔

whitescent commented 1 year ago

If that is the case, it was my oversight as I designed the button as a one-time use consumable event (triggering both "pressed" and "released" events the moment it is pressed)

Gorkido commented 1 year ago

Are you asking whether the button remains pressed when the finger is placed on it and not lifted off? 🤔

yes exactly

Gorkido commented 1 year ago

If that is the case, it was my oversight as I designed the button as a one-time use consumable event (triggering both "pressed" and "released" events the moment it is pressed)

well, is it possible to add a "hold down" event?

whitescent commented 1 year ago

Are you asking whether the button remains pressed when the finger is placed on it and not lifted off? 🤔

yes exactly

ok, I will update this feature soon

Gorkido commented 1 year ago

Are you asking whether the button remains pressed when the finger is placed on it and not lifted off? 🤔

yes exactly

ok, I will update this feature soon

alright thanks! and good luck.

whitescent commented 1 year ago

fixed in version 1.0.2 @Gorkido