playdate-controls 0.1.5-pre

High-level controls API built on-top of Playdate API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Examples

⚠️ All of the examples here are very low-level, except for the parts that directly demonstrate the functionality of this package.


# How to run

```bash
cargo playdate run -p=playdate-controls --example=buttons --features=sys/lang-items,sys/entry-point

cargo playdate run -p=playdate-controls --example=accelerometer --features=sys/lang-items,sys/entry-point --device
```

More information how to use [cargo-playdate][] in help: `cargo playdate --help`.



[cargo-playdate]: https://crates.io/crates/cargo-playdate