コード例 #1
0
ファイル: windows.py プロジェクト: SEA-group/wowp_scripts
 def active(self, state):
     if state != self.isActive:
         Cursor.showCursor(state, False)
         BattleWindow.active(self, state)
         if state:
             self.movie.setFocussed()