Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | Thiago Koster Lago |
Hi guys,
I’m making my first Godot project and I can’t find the solution for this problem…
I added a LineEdit in my scene and when I click with the mouse works with no problems.
But when I export to Android it seems that the LineEdit node does’t recognize touch, I tried with TextEdit and had the same result. My scene has TouchScreenButtons that works.
Anyone have this problem?
Thanks in advance!