aboutsummaryrefslogtreecommitdiff
path: root/input_raylib.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor: abstract input/rendering modules from main routinedilluti0n2025-05-281-0/+32
This fetch moves raylib-specific logics to redr_raylib.c and input_raylib.c from main routine. Each apis are defined in redr.h and input.h respectively.