Is there a way to have GlovePIE ignore the position of the nunchuck when executing analog stick movements? The issue that I am having is that I wrote a very simple script which I will include below and if I have the nunchuck positioned so that the analog stick faces up the commands function properly, but If I place my hand on my leg and the position of the nunchuck is now analog stick pointing right the analog stick seems to function as if it is rotated 90 degrees. Up is now left on the nunchuck.
Key.Up = Nunchuk.Up
Key.Down = Nunchuk.Down
Key.Left = Nunchuk.Left
Key.Right = Nunchuk.Right
Key.NUMPAD5 = Wiimote.Minus
Key.NUMPAD6 = Wiimote.Plus
Key.NUMPAD1 = Nunchuk.Z
Key.NUMPAD2 = Wiimote.A
Key.NUMPAD3 = Wiimote.Home
Key.NUMPAD4 = Wiimote.B
Key.NUMPAD7 = Nunchuk.C
Key.NUMPAD9 = Nunchuk.C
Key.Q = Wiimote.One
Key.W = Wiimote.Two
I tried to search but I couldn't find anything dealing with this issue, but it might just be my unfamiliarity with GlovePIE and relevant keywords. Thank you.
