Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9860


Ignore:
Timestamp:
Dec 2, 2013, 4:33:40 PM (10 years ago)
Author:
georgr
Message:

3s of lag are still here…

File:
1 edited

Legend:

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

    r9856 r9860  
    1212        void WiiMote::update(const Clock& time)
    1313        {
    14                 orxout(user_warning) << this->inputStates_.size() << std::endl;
     14                //orxout(user_warning) << this->inputStates_.size() << std::endl;
    1515                if(p == NULL)
    1616              exit(0);
     
    1919                if (PWii->Poll())
    2020                {
     21                        p->UpdateStatus();
    2122                        //CWiimote::EventTypes e = p->GetEvent();
    2223                        if(p->Buttons.isPressed(CButtons::BUTTON_A)||p->Buttons.isJustPressed(CButtons::BUTTON_A))
Note: See TracChangeset for help on using the changeset viewer.