summaryrefslogtreecommitdiffhomepage
path: root/proto-mouse/ftnoir_protocol_mouse.cpp
AgeCommit message (Collapse)Author
2017-10-29static constexpr -> constexprStanislaw Halik
2017-01-16proto/mouse: don't depend on float differenceStanislaw Halik
It underflowed cause of our high dt. Also get the smallest difference over the screen, for HMD devices. Allow for very low-sensitivity operation. Issue: #523
2016-11-04modules: make names uniqueStanislaw Halik
2016-09-09proto/mouse: remove wrong commentStanislaw Halik
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.
2016-06-14proto/mouse: guard against +181 -> -179 wraparoundStanislaw Halik
Always use the shorter way around. This also adds a sensitivity param. Issue: #370
2015-10-30also rename protocol -> protoStanislaw Halik