Hey Kevin,
Thanks for your reply. Yes, I can see CWR_WiiSensor class holds this infomatin and calculate the final position from the four IRs.
However, I find I also need to change IWR_WiiSensorListener class redefine the parameters of the method and re implement this function since I need four pairs of fX and fY
virtual void OnCursorUpdate(IWR_WiiRemote *pRemote, IWR_WiiSensor *pSensor, float fX, float fY, float fLastUpdate)
Then I find only the head file included in the downloadable package. To do this I also need the .cpp files. (Pllease correct me if I am wrong)
I'll appreciate it very much if you can share these files with me or help me out in other way.