PojavLauncher icon indicating copy to clipboard operation
PojavLauncher copied to clipboard

[BUG] <Problems with control>

Open JesusPozdniakov opened this issue 7 months ago • 0 comments
trafficstars

Describe the bug

🔧 Bug Description:

Since the FoxGlove release in PojavLauncher, there's a problem with touch handling:

— When a control button has "Pass Through Touch" enabled,
— Holding that button triggers a left-click gesture through it.

This causes unintended in-game actions — for example, breaking blocks or interacting with the world as if the button wasn't there.

The log file and images/videos

...

Steps To Reproduce

• Launch any version of the game using PojavLauncher (or a fork) starting from the FoxGlove release  
• Add a control button and enable "Pass Through Touch"  
• Hold that button during gameplay

→ A left-click gesture will be triggered through the button

Expected Behavior

When gestures are enabled, a button with "Pass Through Touch" activated should pass through touch inputs,
but should not trigger a left-click underneath it.

Platform

- Device model: 
- CPU architecture: 
- Android version: 
- PojavLauncher version:

Anything else?

📎 Additional Notes:

• This behavior did not occur before the FoxGlove release
• Affects all forks that inherited FoxGlove's gesture system changes
• Makes custom control layouts unreliable in some cases

JesusPozdniakov avatar Apr 14 '25 15:04 JesusPozdniakov