aboutsummaryrefslogtreecommitdiff
path: root/NDS.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-02-01 00:24:36 +0100
committerStapleButter <thetotalworm@gmail.com>2017-02-01 00:24:36 +0100
commit1f5faf8291f135049c85d57f7bd76768d1f99208 (patch)
tree03870a7c6f659ec07245532ebad7c659dd803fec /NDS.h
parent548b8d99a67e8a633d7fd0bb866ad44a8e641454 (diff)
TSC support, touchscreen input. not perfect but for now this will do.
Diffstat (limited to 'NDS.h')
-rw-r--r--NDS.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/NDS.h b/NDS.h
index 43fd4be..ecf27cc 100644
--- a/NDS.h
+++ b/NDS.h
@@ -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);