#43086 - ANeo7782 - Wed May 18, 2005 11:18 pm
I wrote a bit of code based on a couple other programs, and I absolutely cannot get my program to read touchscreen input. It absolutely loves to think there's input throughout the whole run, but it doesn't give me any valid values.
I'm using
in a while loop and trying to go from there.
_________________
AndrewNeo - Username disallowed.
NCN DSDev Team Leader
I'm using
Code: |
if (((~IPC->buttons) << 6) & (1<<12)) {
x = ((IPC->touchX - 0x0113) / 14) << 8; y = ((IPC->touchY - 0x00E0) / 19) << 8; } |
in a while loop and trying to go from there.
_________________
AndrewNeo - Username disallowed.
NCN DSDev Team Leader