- Timestamp:
- Dec 16, 2013, 3:06:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/src/libraries/core/input/InputManager.cc
r9890 r9911 254 254 CWiimote::LED_3, CWiimote::LED_4}; 255 255 wiimote.SetLEDs(LED_MAP[index]); 256 wiimote.IR.SetMode(CIR::ON); 257 wiimote.IR.SetAspectRatio(CIR::ASPECT_16_9); 258 wiimote.IR.SetBarPosition(CIR::BAR_ABOVE); 259 wiimote.IR.SetVres(1920,1080); 256 260 try 257 261 { … … 267 271 orxout()<<"Exception loading WiiMote!!!1!11!"; 268 272 } 269 270 271 272 } 273 } 273 274 274 275
Note: See TracChangeset
for help on using the changeset viewer.