Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 24, 2013, 11:15:46 AM (10 years ago)
Author:
smerkli
Message:
  • Converted some absolute paths into relative ones
  • Increased the handlers_ vector size by 1 as a hack to get the wiimote working in this branch (This will have to be cleanly redone once I have a better concept for wiimotes and joysticks)
  • Removed a local inputStates_ variable that georgr added in wiimote, it shadowed the one from the basis class and hence never got any entries

To be discussed with georgr on monday.

File:
1 edited

Legend:

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

    r9790 r9805  
    3131                 void calibrationStopped() { }
    3232                 //! List of all input states that receive events from this device
    33                  std::vector<InputState*> inputStates_;
     33                 //std::vector<InputState*> inputStates_;
    3434
    3535         private:
Note: See TracChangeset for help on using the changeset viewer.