You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android export. InputEventScreenDrag, InputEventMouseMove and get_global_mouse_position() cannot detect the movement of a touch until it passes a pixel threshold
relative to (may need a backport to 3.x, to add more android firendly) #84138 #84331
Steps to reproduce
In the MRP below, touch screen and make a small drag, you'll notice that the sprites only moves after you drag more than about 10 pixels.
Tested versions
3.6 stable
System information
Android 10
Issue description
On Android export. InputEventScreenDrag, InputEventMouseMove and get_global_mouse_position() cannot detect the movement of a touch until it passes a pixel threshold
relative to (may need a backport to 3.x, to add more android firendly)
#84138
#84331
Steps to reproduce
In the MRP below, touch screen and make a small drag, you'll notice that the sprites only moves after you drag more than about 10 pixels.
Minimal reproduction project (MRP)
ScreenDragBug.zip
The text was updated successfully, but these errors were encountered: