This commit is contained in:
cuu
2018-12-20 16:02:07 +08:00
parent df344ed12b
commit 36ebf2f7fc
4 changed files with 29 additions and 10 deletions

View File

@@ -108,6 +108,8 @@ class AirplanePage(Page):
self._Scroller.Init()
self._Scroller.SetCanvasHWND(self._HWND)
self.OnLoadCb()
def ScrollDown(self):
dis = 10
if abs(self._Scrolled) < (self._BGheight - self._Height)/2 + 0: