Changeset 9860
- Timestamp:
- Dec 2, 2013, 4:33:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/src/libraries/core/input/WiiMote.cc
r9856 r9860 12 12 void WiiMote::update(const Clock& time) 13 13 { 14 orxout(user_warning) << this->inputStates_.size() << std::endl;14 //orxout(user_warning) << this->inputStates_.size() << std::endl; 15 15 if(p == NULL) 16 16 exit(0); … … 19 19 if (PWii->Poll()) 20 20 { 21 p->UpdateStatus(); 21 22 //CWiimote::EventTypes e = p->GetEvent(); 22 23 if(p->Buttons.isPressed(CButtons::BUTTON_A)||p->Buttons.isJustPressed(CButtons::BUTTON_A))
Note: See TracChangeset
for help on using the changeset viewer.