Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2013, 3:38:51 PM (11 years ago)
Author:
georgr
Message:

Added some simple wobbling action. To be tested.

File:
1 edited

Legend:

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

    r9805 r9813  
    1111
    1212
    13 
     13        struct Orientation
     14    {
     15        float roll, pitch, yaw;
     16    };
    1417
    1518        class WiiMote : public InputDevice
     
    3033                 void calibrationStarted() { }
    3134                 void calibrationStopped() { }
     35                 Orientation lastOrientation;
    3236                 //! List of all input states that receive events from this device
    3337                 //std::vector<InputState*> inputStates_;
Note: See TracChangeset for help on using the changeset viewer.