godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.29k stars 21.05k forks source link

4.4.dev3 touchscreenbtn can not trigger pressed callback on android compatibility #98339

Open yythlj opened 2 hours ago

yythlj commented 2 hours ago

Tested versions

4.4.dev3 compatibility

System information

4.4.dev3 compatibility

Issue description

4.4.dev3 touchscreenbtn can not trigger pressed callback on android image

Steps to reproduce

4.4.dev3 touchscreenbtn can not trigger pressed callback on android

if choose the 4.4.dev2 it's no problem image

Minimal reproduction project (MRP)

4.4.dev3 touchscreenbtn can not trigger pressed callback on android

yythlj commented 2 hours ago

on the export of 4.4.dev3 : if touch g on android, it is no effect. and if the editor change to 4.4.dev2, the bug will be fixed