Started TouchControl.cpp (#111)

* start both `TouchControl.cpp`

* fix build issues

* complete touchcontrol

* remove useless comment

---------

Co-authored-by: Yanis002 <Yanis002@users.noreply.github.com>
This commit is contained in:
Yanis
2026-01-30 18:36:20 +01:00
committed by GitHub
parent e5701a754e
commit 98cc0af690
13 changed files with 212 additions and 62 deletions
+2
View File
@@ -16,5 +16,7 @@ struct TouchState {
s32 touchY;
};
extern "C" {
void WaitForTouchUpdate(u16 param1);
bool GetTouchStateFlags(TouchStateFlags *pState);
}