1
0
mirror of synced 2024-11-23 22:51:02 +01:00

Update docs

This commit is contained in:
BroGamer 2022-09-18 15:22:56 +12:00
parent 8bba5b17eb
commit e364dec851

View File

@ -15,6 +15,10 @@ void Exit()
```
Runs on bnusio_Close, dispose of any data here.
```
void Update()
```
Runs once per frame.
```
void WaitTouch(i32 (*callback) (i32, i32, u8[168], u64), u64 data)
```
Runs on bngrw_reqWaitTouch. Call the callback like so when you wish to have a card scanned.