aboutsummaryrefslogtreecommitdiff
path: root/input.h
Commit message (Collapse)AuthorAgeFilesLines
* refactor: abstract input/rendering modules from main routinedilluti0n2025-05-281-0/+7
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.