Files
pico-launcher/arm7/source/touchScreen.h

6 lines
100 B
C

#pragma once
#include <nds/touch.h>
void touch_init();
bool touch_update(touchPosition& touchPos);