InputEventSingleScreenTap and InputEventSingleScreenSwipe aren't detected after calling get_tree.paused = true, and get_tree.paused = false
This happens on mobile and on pc
The issue seems the same as
#24
#29
Although i did manage to find what make this happen in the first place : Pausing while still holding, so that's maybe why you didn't find it before
I verified that the pausing doesn't pause the InputManager, i put the process mode on always, and verified no control nodes consume the events instead
Also, i can manage to still detect swiping if the event is emulated using the keyboard
Steps to reproduce:
- Hold touch event on the screen
- Pause (while still holding)
- Unpause
InputEventSingleScreenTap and InputEventSingleScreenSwipe aren't detected after calling get_tree.paused = true, and get_tree.paused = false
This happens on mobile and on pc
The issue seems the same as
#24
#29
Although i did manage to find what make this happen in the first place : Pausing while still holding, so that's maybe why you didn't find it before
I verified that the pausing doesn't pause the InputManager, i put the process mode on always, and verified no control nodes consume the events instead
Also, i can manage to still detect swiping if the event is emulated using the keyboard
Steps to reproduce: