Encore un coup pour préparer la personalisation du comportement des wiimotes.
[minwii.git] / src / pywiiuse / pygame_wiimouse.py
index 835bff8..7680581 100755 (executable)
@@ -29,6 +29,9 @@ class wiimote_thread(Thread):
         self.start()
         self.startup.get(True) # wait for the thread to get started and acquire the motes
         self.eventCallBack = _default_event_cb
+    
+    def setEventCallBack(self, func) :
+        self.eventCallBack = func
 
     def run(self):
         '''This runs in a separate thread'''