myth_py_wii.py.diff
myth_py_wii.py 2009-07-02 10:13:07.000000000 -0700 | ||
---|---|---|
148 | 148 |
# Wiimote calibration data (cache this) |
149 | 149 |
self.wii_calibration = self.wm.get_acc_cal(cwiid.EXT_NONE) |
150 | 150 |
return self.wm |
151 |
def wmcb(self, messages): |
|
151 |
def wmcb(self, messages, timeIgnore):
|
|
152 | 152 |
state = self.state |
153 | 153 |
for message in messages: |
154 | 154 |
if message[0] == cwiid.MESG_BTN: |