コード例 #1
0
ファイル: window13final.py プロジェクト: schristian/tortuga
 def exit(self):
     util.freeze(self)
     self.motionManager.stopCurrentMotion()
コード例 #2
0
 def DONE(self,event):
     util.freeze(self)
コード例 #3
0
 def stop(self):
     self.motionManager._controller.moveVel(0,0,0)
     util.freeze(self)
コード例 #4
0
ファイル: buoy.py プロジェクト: schristian/tortuga
 def exit(self):
     utility.freeze(self)
     self.motionManager.stopCurrent()