Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of GDWiiInput.
Checking the stable version of the documentation...
Reading Wiimote inputs¶
Sensor data¶
All other input such as IR, accelerometer and gyroscope readings do not have a counterpart in the Input system. As a result, they must be retrieved manually through the various functions of GDWiimote such as get_accel() get_raw_gyro(), get_ir_cursor_calculated_position(), etc. Note that none of these are polled by default and must be explicitly enabled through functions like set_motion_sensing(), set_motion_plus(), set_ir(), etc.