aboutsummaryrefslogtreecommitdiff
path: root/src/camera/privinc
Commit message (Collapse)AuthorAgeFilesLines
* Remap calls to pad/mouse/keyboard to inputXavier Del Campo Romero2022-09-201-2/+7
|
* Split peripheral-related logic into its own componentXavier Del Campo Romero2022-06-121-0/+3
| | | | | | | | | | | This has several advantages: - `camera` no longer needs to define public functions for each peripheral type. - Peripheral-related is now no longer tighly coupled to human_player, so peripheral logic can be reused elsewhere e.g.: on menus. - Makes camera_update_touch consistent compared to equivalent functions, since now `pan` has now been moved to `camera` (as it should be).
* Move CURSOR_{WIDTH|HEIGHT} to library scopeXavier Del Campo Romero2022-03-301-0/+6
|
* Add support for keyboard and mouseXavier Del Campo Romero2022-03-301-0/+17