Skip to content

Swipe and tap input not received after pausing #49

@0roshi47

Description

@0roshi47

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions