Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2013, 5:05:44 PM (10 years ago)
Author:
georgr
Message:

hardly any spazzing around from the accelerometer now - there is some lag, but it's negligible. no lag when shooting.

File:
1 edited

Legend:

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

    r9853 r9890  
    2929
    3030         protected:
    31                  void calibrationStarted() { }
    32                  void calibrationStopped() { }
    33                  Orientation lastOrientation;
    34                  //! List of all input states that receive events from this device
    35                  //std::vector<InputState*> inputStates_;
     31                void calibrationStarted() { }
     32                void calibrationStopped() { }
     33                Orientation lastOrientation;
     34                Orientation averageOrientation(Orientation o[], int l);
    3635
    3736         private:
Note: See TracChangeset for help on using the changeset viewer.