Changeset 9813 for code/branches/wiimote/src/libraries/core/input/WiiMote.h
- Timestamp:
- Nov 25, 2013, 3:38:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/src/libraries/core/input/WiiMote.h
r9805 r9813 11 11 12 12 13 13 struct Orientation 14 { 15 float roll, pitch, yaw; 16 }; 14 17 15 18 class WiiMote : public InputDevice … … 30 33 void calibrationStarted() { } 31 34 void calibrationStopped() { } 35 Orientation lastOrientation; 32 36 //! List of all input states that receive events from this device 33 37 //std::vector<InputState*> inputStates_;
Note: See TracChangeset
for help on using the changeset viewer.