TSC support, touchscreen input. not perfect but for now this will do.

This commit is contained in:
StapleButter
2017-02-01 00:24:36 +01:00
parent 548b8d99a6
commit 1f5faf8291
8 changed files with 178 additions and 18 deletions

2
NDS.h
View File

@ -119,6 +119,8 @@ void RunFrame();
void PressKey(u32 key);
void ReleaseKey(u32 key);
void TouchScreen(u16 x, u16 y);
void ReleaseScreen();
/*SchedEvent* ScheduleEvent(s32 Delay, void (*Func)(u32), u32 Param);
void CancelEvent(SchedEvent* event);