Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9842


Ignore:
Timestamp:
Dec 2, 2013, 2:47:14 PM (10 years ago)
Author:
georgr
Message:

trying to get a reaction out of the wiiMote, 2nd try

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wiimote/src/libraries/core/input/WiiMote.cc

    r9841 r9842  
    2121                                orxout()<<"ZOMG!!1!"<<endl;
    2222                        Orientation o;
    23                         p->Accelerometer.
    2423                        p->Accelerometer.GetOrientation(o.pitch, o.roll, o.yaw);
    2524                        int x = (int)(1000*(o.yaw-lastOrientation.yaw)/time.getDeltaTime());
Note: See TracChangeset for help on using the changeset viewer.