feat: major input handling overhaul with analog triggers and touchpad support#1
Open
postadelmaga wants to merge 1 commit intoniehoff90:mainfrom
Open
feat: major input handling overhaul with analog triggers and touchpad support#1postadelmaga wants to merge 1 commit intoniehoff90:mainfrom
postadelmaga wants to merge 1 commit intoniehoff90:mainfrom
Conversation
… support - Replace busy-wait loop with epoll for zero CPU usage - Add SIGINT/SIGTERM handlers for clean device cleanup - Map LT/RT as analog triggers (ABS_Z/ABS_RZ) instead of digital - Add BTN_MODE (Xbox/Guide button) on F key - Detect touchpad automatically and use 2-finger touch for right stick - Add dead zone, power curve, and exponential smoothing for touchpad - Auto-center right stick on finger lift - Change vendor/product ID to Xbox 360 (045e:028e) for better browser compat - Remove custom keys.h in favor of linux/input-event-codes.h - Print keymap on startup
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.
Summary
sleep(0.001)loop withepollfor zero CPU usageSIGINT/SIGTERMhandlers for clean device cleanup on Ctrl+CABS_Z/ABS_RZ) instead of digital buttonsABS_X) and use 2-finger touch for right stick045e:028e) for better browser/game compatibilitykeys.hin favor of standardlinux/input-event-codes.hUsage