mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 00:56:55 +02:00
6 lines
100 B
C
6 lines
100 B
C
#pragma once
|
|
#include <nds/touch.h>
|
|
|
|
void touch_init();
|
|
bool touch_update(touchPosition& touchPos);
|