Repository metrics
- Stars
- Â (5,279 stars)
- PR merge metrics
-  (30d ã« merged PR ã¯ãããŸãã)
説æ
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