Feature/gamepad fix: Gamepad analog button trigger fix (Issue #2611 Task 2)#3275
Open
ma-moon wants to merge 2 commits intoarmory3d:mainfrom
Open
Feature/gamepad fix: Gamepad analog button trigger fix (Issue #2611 Task 2)#3275ma-moon wants to merge 2 commits intoarmory3d:mainfrom
ma-moon wants to merge 2 commits intoarmory3d:mainfrom
Conversation
added 2 commits
March 11, 2026 08:51
- 分析 Input.hx 中 Gamepad 类的潜在问题 - 识别 L2/R2 模拟按键多次触发 started 的 bug - 提出阈值判断和状态机两种修复方案 待确认具体 issue 链接和用户报告的问题
问题:L2/R2 模拟按键在按压过程中会多次触发 started 事件 修复方案: - 使用状态机检测 0.5 阈值跨越 - 只有状态改变时才触发 started/released - 虚拟按键映射使用 0.2/0.8 阈值避免中间值问题 Refs: armory3d#2611
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the gamepad L2/R2 analog button trigger issue where the 'started' event was fired multiple times.
Changes:
Testing:
Bounty Task 2 of Issue [$100 Bounty] Stochastic Screen-Space Reflections #2611