Alright, think I've pretty much got everything going. thanks everyone, much appreciated ^^by Heion - Coding
Hello, I was wondering what method the all of you use to get and draw the wii's IR Location/Cursor. Currently I'm using WPAD_IR(WPAD_CHAN_0, &ir1); GRRLIB_DrawImg(ir1.sx, ir1.sy, pointer_png, 0, 1, 1, 0xFFFFFFFF); But this method doesn't seem very accurate, it gets stuck at the top and left sides of the screen n' such. So what is the best way to do this?by Heion - Coding