PatHightree / SpaceNavigator

SpaceNavigator driver for Unity3D
MIT License
171 stars 53 forks source link

Customizable dead zone on OSX #8

Closed steve7411 closed 8 years ago

steve7411 commented 8 years ago

With my SpacePilot, the check for an input of 1 was not enough to eliminate drift on OSX; I actually had to set it to around 30 to eliminate most of the drifting. Since that value was relatively high, I also added some dead zone logic so that the lowest input that registers isn't 31 in my case, but it starts counting from zero outside of the dead zone. I also added in some sliders so others can change the behavior as they see fit.

PatHightree commented 8 years ago

Hi Stephen, Thanks so much for picking this up! I'm a pc developer and the mac side of this driver is not getting much love :\

steve7411 commented 8 years ago

No problem! Thanks for making this plugin in the first place.