Closed MungoRae closed 8 years ago
I normally play with my Y axis inverted and I wanted to be able to specify mouse movement like
# Map relative mouse movement to a analog stick REL_X = right_analog_x REL_Y = -right_analog_y
So I have added in some code that allows me to do this.
Thanks! I reviewed the code and tested that this works.
I normally play with my Y axis inverted and I wanted to be able to specify mouse movement like
So I have added in some code that allows me to do this.