Text input not working (Text trigger, not key trigger) (SOLVED)

Typing doesn’t call the action event, even though I can still see individual key triggers and mouse triggers, text is not returned.
I’m confused, I’ve been trying to solve this for an hour and can’t figure it.

Any help is appreciated!
Thanks,
Grify

Do you have a text trigger set in game.input_binding? It’s at the bottom, separate from key triggers.

1 Like

Yes, I do. I confirmed that multiple times, but I might have the setup wrong

I fixed it, action.text solved it

Example here: https://defold.com/examples/input/text/

1 Like