Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 18, 2013, 4:07:28 PM (10 years ago)
Author:
georgr
Message:

debug outputs added

File:
1 edited

Legend:

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

    r9780 r9790  
    1010        void WiiMote::update(const Clock& time)
    1111        {
    12                 orxout()<<"fegit\n";
    13 
     12                orxout(user_warning) << this->inputStates_.size() << std::endl;
    1413        }
    1514        void WiiMote::clearBuffers()
     
    2120
    2221        }
    23         WiiMote::WiiMote(unsigned int id)  : InputDevice(id)
     22        WiiMote::WiiMote(unsigned int id, CWiimote & parent)  : InputDevice(id)
    2423        {
     24                p = &parent;
    2525        }
    2626}
Note: See TracChangeset for help on using the changeset viewer.