- Timestamp:
- Nov 25, 2013, 3:38:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/src/libraries/core/input/InputManager.cc
r9805 r9813 234 234 235 235 // Find and connect to the wiimotes 236 std::vector<CWiimote>& wiimotes = wii.FindAndConnect( );236 std::vector<CWiimote>& wiimotes = wii.FindAndConnect(30); 237 237 if (!wiimotes.size()) 238 238 { 239 239 cout << "No wiimotes found." << endl; 240 return; 240 241 } 241 242
Note: See TracChangeset
for help on using the changeset viewer.