diff options
| author | StapleButter <thetotalworm@gmail.com> | 2017-02-01 00:24:36 +0100 |
|---|---|---|
| committer | StapleButter <thetotalworm@gmail.com> | 2017-02-01 00:24:36 +0100 |
| commit | 1f5faf8291f135049c85d57f7bd76768d1f99208 (patch) | |
| tree | 03870a7c6f659ec07245532ebad7c659dd803fec /NDS.h | |
| parent | 548b8d99a67e8a633d7fd0bb866ad44a8e641454 (diff) | |
TSC support, touchscreen input. not perfect but for now this will do.
Diffstat (limited to 'NDS.h')
| -rw-r--r-- | NDS.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |