input-handling
Installation
SKILL.md
Input Handling
Handle keyboard, mouse, gamepad, and touch input with proper buffering and accessibility support.
Available Scripts
input_buffer.gd
Input buffering for responsive controls - buffers actions for 150ms to ensure tight game feel.
input_remapper
Runtime input rebinding with conflict detection and save/load persistence.
MANDATORY - For Responsive Controls: Read input_buffer.gd before implementing jump/dash mechanics.