Thank you for the answer! Of all the things I tried, I didn't try data.gh3... <_<by Shadow1643 - Coding
WPAD.h doesn't really give any info like that. I know that you read the nunchuk by: struct expansion_t data; WPAD_Expansion(WPAD_CHAN_0, &data); if (data.type == WPAD_EXP_NUNCHUK) { vec2b_t center = data.nunchuk.js.center; printf("\x1b[2;0HNunchuk X: %d \n Nunchuk Y: %d \n", data.nunchuk.js.pos.x - center.x, data.nuncby Shadow1643 - Coding
Anyone know how to read the data from the Guitar Hero controller's analog stick? (C++)by Shadow1643 - Coding