Ejemplo n.º 1
0
 def update(self):
     if not self.cam:
         return
     dheng.cam_update(self.cam)
     dheng.eng_update()
Ejemplo n.º 2
0
 def update(self):
     if not self.cam:
         return
     dheng.cam_update(self.cam)
     dheng.eng_update()
Ejemplo n.º 3
0
 def paintEvent(self, e):
     if not self.cam:
         return
     dheng.eng_update()
Ejemplo n.º 4
0
 def paintEvent(self, e):
     if not self.cam:
         return
     dheng.eng_update()