Hello,
I want
void wm_WiimoteChanged(object sender, WiimoteChangedEventArgs args)only to be called, if the coordinates of IR points really change, so I'm using the following code:wm.SetReportType(InputReport.IRAccel, false); //last parameter = bool continuous
However it seems to make no difference, whether I set continuous false or true?Or does this parameter mean something else?
Thanks!
It's a parameter that's handled at the Wiimote side, so you're at its mercy as to whether it actually listens. In this case, the accelerometers, buttons and IR point would need to remain identical for it to not send you a new report. Or at least that's what the Wiimote is supposed to do...