mirror of
https://github.com/zeldaret/ph
synced 2026-08-08 18:43:14 -04:00
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:
@@ -16,5 +16,7 @@ struct TouchState {
|
||||
s32 touchY;
|
||||
};
|
||||
|
||||
extern "C" {
|
||||
void WaitForTouchUpdate(u16 param1);
|
||||
bool GetTouchStateFlags(TouchStateFlags *pState);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user