| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remap calls to pad/mouse/keyboard to input | Xavier Del Campo Romero | 2022-09-20 | 1 | -2/+7 |
| | | |||||
| * | Split peripheral-related logic into its own component | Xavier Del Campo Romero | 2022-06-12 | 1 | -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 scope | Xavier Del Campo Romero | 2022-03-30 | 1 | -0/+6 |
| | | |||||
| * | Add support for keyboard and mouse | Xavier Del Campo Romero | 2022-03-30 | 1 | -0/+17 |
