Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import pygame
- def update():
- if keyboard.f:
- pygame.display.set_mode((WIDTH, HEIGHT), pygame.FULLSCREEN)
- if keyboard.escape:
- exit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement