re-enable screensaver, which SDL disables by default
This commit is contained in:
parent
70aa6de8b9
commit
25403b017c
@ -301,6 +301,7 @@ def start():
|
||||
- N to capture NFC data (tap it)
|
||||
''')
|
||||
sdl2.ext.init()
|
||||
sdl2.SDL_EnableScreenSaver()
|
||||
|
||||
factory = sdl2.ext.SpriteFactory(sdl2.ext.SOFTWARE)
|
||||
bg = factory.from_image("background.png")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user