Closed
Description
Godot version
4.0.beta1
System information
Vulkan Android
Issue description
on Android with TouchScreenButton node, input_action_just_pressed and Input.action_just_released doesnt work in _physics_process function but it does work with _process function however.
This works on godot 3.5 so im guessing its a bug on godot 4 beta 1
Steps to reproduce
heres an example project with the details:
https://github.com/ShadowwDev/Godot4Beta1-InputBugTest
Minimal reproduction project
Project download
InputBugAndroid.zip