Action.pressed is returning 'false' even when i have the button pressed (SOLVED)

action.pressed returns ‘true’ only on a click and it keeps returning false even when i have that button pressed. is this a bug ? any work arounds ?

If I’m not mistaken you get one “pressed”, then zero or more “repeated” and finally one “released”.

3 Likes

Yes ! you are right :slight_smile: thank you very much :slight_smile:

1 Like