Changeset 9819 for code/branches/wiimote
- Timestamp:
- Nov 25, 2013, 4:01:39 PM (11 years ago)
- Location:
- code/branches/wiimote/src/libraries/core/input
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/src/libraries/core/input/InputManager.cc
r9817 r9819 265 265 } 266 266 267 exit(0); 267 268 268 269 269 } -
code/branches/wiimote/src/libraries/core/input/WiiMote.cc
r9814 r9819 11 11 { 12 12 orxout(user_warning) << this->inputStates_.size() << std::endl; 13 if(p == NULL) 14 exit(0); 15 else 16 orxout(user_warning) << 'pointer is not null, yay' << std::endl; 13 17 CWiimote::EventTypes e = p->GetEvent(); 14 18 if(p->Buttons.isPressed(CButtons::BUTTON_A))
Note: See TracChangeset
for help on using the changeset viewer.