Dear,
First I want to thanks for your publish of WRLib. You really did a great work for the wii interaction.
I find in the WRLib, you add the support for Sensor Bar. However, I find you only give the final point infomation caculated from the for IR.
This infomation are provided in the following functions.
IWR_WiiSensorListener::OnEnterScreen - Called when the cursor first enters the screen.
IWR_WiiSensorListener::OnLeaveScreen - Called when the cursor leaves the screen (after the off screen delay has passed).
IWR_WiiSensorListener::OnCursorUpdate
As for me, sometimes I need all the four IRs' data so that I can determine whether the Sensor bar is rotated. (In my project, I want to keep the Wiimote still and move the sensor bar). Could you give me some suggestions how I can get the four IR's infomation by making use of the WRLib. Thank you!