Touch input?
Posted: Sat Feb 22, 2014 2:52 pm
In an emulator, or by booting from a flashcard the following code works fine:
However when I flash the compiled NDS (which can read the x and y fine on the same DS) to my DS' firmware it is always reporting the value for both x and y as 0.
So is there some register I have to set in order to get these values to be read from boot (something that the DS firmware should do)?
Code: Select all
touchPosition tp;
touchRead(&tp);
// now can use tp.px and tp.py.
So is there some register I have to set in order to get these values to be read from boot (something that the DS firmware should do)?