View Single Post
Posts: 482 | Thanked: 550 times | Joined on Oct 2010
#8
Originally Posted by laasonen View Post
The cursor seems to go up when I want it to go down and down when I want it to go up, otherwise it seems to work.
Hmm...I wonder why that is. Anyway, you can change that by changing the line
Code:
x = (lx*8+(average(l3x)/800.0+0.5)*height)/9
to
Code:
x = (lx*8+(average(l3x)/(-800.0)+0.5)*height)/9
in server.py.

I should add a command line flag for that.
 

The Following User Says Thank You to skykooler For This Useful Post: