[Orxonox-commit 5180] r9845 - code/branches/wiimote/src/libraries/core/input

georgr at orxonox.net georgr at orxonox.net
Mon Dec 2 14:53:39 CET 2013


Author: georgr
Date: 2013-12-02 14:53:38 +0100 (Mon, 02 Dec 2013)
New Revision: 9845

Modified:
   code/branches/wiimote/src/libraries/core/input/WiiMote.cc
Log:
trying to get a reaction out of the wiiMote, 4th try

Modified: code/branches/wiimote/src/libraries/core/input/WiiMote.cc
===================================================================
--- code/branches/wiimote/src/libraries/core/input/WiiMote.cc	2013-12-02 13:50:52 UTC (rev 9844)
+++ code/branches/wiimote/src/libraries/core/input/WiiMote.cc	2013-12-02 13:53:38 UTC (rev 9845)
@@ -29,6 +29,7 @@
 			IntVector2 clippingSize(1920, 1080);
 			lastOrientation.pitch = o.pitch;
 			lastOrientation.yaw = o.yaw;
+			orxout()<<x<<std::endl<<y<<std::endl;
 			if(x!=0 && y!=0)
 			{
 				for (unsigned int i = 0; i < inputStates_.size(); ++i)




More information about the Orxonox-commit mailing list