diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-20 09:34:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-20 09:34:13 +0200 |
commit | 181aac6db63f0fd3aac31c599569acad06a60530 (patch) | |
tree | bc0ee6d4243b398f9fe76f532d1fd584c4e9457d | |
parent | ff019f517a77e45f2a34b3abe6f047ac30b1a09f (diff) |
add todo via web ui
Issue: #52 (closed already)
-rw-r--r-- | ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp b/ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp index 52f9b53b..cd50dbe5 100644 --- a/ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp +++ b/ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp @@ -33,6 +33,8 @@ void FTNoIR_Protocol::sendHeadposeToGame(const double *headpose ) { double fMouse_X = 0; double fMouse_Y = 0; + // XXX TODO remove axis selector, use mapping window's + // axis selection. Mention in UI axis used. -sh 20140920 int Mouse_X = s.Mouse_X; int Mouse_Y = s.Mouse_Y; |