コード例 #1
0
 def on_exit(self):
     director.pop_handlers()
     super(ScrollingManager, self).on_exit()
コード例 #2
0
 def on_exit(self):
     director.pop_handlers()
     super(ScrollingManager, self).on_exit()
コード例 #3
0
 def on_exit(self):
     super(ScrollableLayer, self).on_exit()
     director.pop_handlers()        
コード例 #4
0
 def on_exit(self):
     super(ScrollableLayer, self).on_exit()
     director.pop_handlers()
コード例 #5
0
ファイル: scrolling.py プロジェクト: fpietka/cocos
 def on_exit(self):
     """Called every time just before the node exits the stage."""
     director.pop_handlers()
     super(ScrollingManager, self).on_exit()
コード例 #6
0
ファイル: scrolling.py プロジェクト: fpietka/cocos
 def on_exit(self):
     """Called every time just before the node exits the stage."""
     super(ScrollableLayer, self).on_exit()
     director.pop_handlers()
コード例 #7
0
 def on_exit(self):
     """Called every time just before the node exits the stage."""
     director.pop_handlers()
     super(ScrollingManager, self).on_exit()
コード例 #8
0
 def on_exit(self):
     """Called every time just before the node exits the stage."""
     super(ScrollableLayer, self).on_exit()
     director.pop_handlers()