Kekatsu-DS/source/gui/input.h
2025-03-13 03:12:51 +01:00

8 lines
115 B
C

#pragma once
#include <nds/arm9/input.h>
extern u32 pressed;
extern touchPosition touch;
void updateInput(void);