summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_mouse
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-09-20 09:34:13 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-09-20 09:34:13 +0200
commit181aac6db63f0fd3aac31c599569acad06a60530 (patch)
treebc0ee6d4243b398f9fe76f532d1fd584c4e9457d /ftnoir_protocol_mouse
parentff019f517a77e45f2a34b3abe6f047ac30b1a09f (diff)
add todo via web ui
Issue: #52 (closed already)
Diffstat (limited to 'ftnoir_protocol_mouse')
-rw-r--r--ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp2
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;