mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-16 11:48:50 +01:00
...
This commit is contained in:
parent
0f0e3563e0
commit
851148dd65
@ -518,15 +518,17 @@ class MainScreen(object):
|
|||||||
self.EasingAllPageRight()
|
self.EasingAllPageRight()
|
||||||
#self.SwapAndShow()
|
#self.SwapAndShow()
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if event.key == pygame.K_t:
|
if event.key == pygame.K_t:
|
||||||
self.DrawRun()
|
self.DrawRun()
|
||||||
self.SwapAndShow()
|
self.SwapAndShow()
|
||||||
|
|
||||||
|
"""
|
||||||
if event.key == CurKeys["Space"]:
|
if event.key == CurKeys["Space"]:
|
||||||
self._CounterScreen.Draw()
|
self._CounterScreen.Draw()
|
||||||
self._CounterScreen.SwapAndShow()
|
self._CounterScreen.SwapAndShow()
|
||||||
self._CounterScreen.StartCounter()
|
self._CounterScreen.StartCounter()
|
||||||
|
"""
|
||||||
## leave rest to Pages
|
## leave rest to Pages
|
||||||
current_page_key_down_cb = getattr(self._CurrentPage,"KeyDown",None)
|
current_page_key_down_cb = getattr(self._CurrentPage,"KeyDown",None)
|
||||||
if current_page_key_down_cb != None:
|
if current_page_key_down_cb != None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user