first all, THANK YOU for the killer update, simply awesome.
i am having a small issue trying to configure the star wars controls. when the game first starts, i am able to use the trackball just fine. after a few seconds though, only the x axis continues to work and i can't move the cursor up and down. i used the sample "analogue joystick" as a template and modified it to the following. please let me know if you see anything or if there is anything that i can try, thank you
Star Wars Trilogy
[swtrilgy]
InputAnalogJoyLeft = "KEY_LEFT" ; digital, move left
InputAnalogJoyRight = "KEY_RIGHT" ; digital, move right
InputAnalogJoyUp = "KEY_UP" ; digital, move up
InputAnalogJoyDown = "KEY_DOWN" ; digital, move down
InputAnalogJoyX = "MOUSE_XAXIS,JOY_XAXIS" ; analog, full X axis
InputAnalogJoyY = "MOUSE_YAXIS,JOY_YAXIS" ; analog, full Y axis
InputAnalogJoyTrigger = "KEY_A,JOY_BUTTON1,MOUSE_LEFT_BUTTON"
InputAnalogJoyEvent = "KEY_S,JOY_BUTTON2,MOUSE_RIGHT_BUTTON"