aboutsummaryrefslogtreecommitdiff
path: root/scroll/include/joypad.s
Commit message (Collapse)AuthorAgeFilesLines
* Add a way to safely read from controllersMiquel Sabaté Solà2025-02-041-63/+0
| | | | | | | | | First of all, move some reading utilities into the new `shared` directory, so controllers can be read by more than one example. Second, even if we keep the example on `basics/input.s` simple, let's provide a safe alternative for the other examples. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* scroll: Start with the scrolling examplesMiquel Sabaté Solà2025-02-041-0/+63
This is still work in progress but at least there's some basic structure to it. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>