Advertisement
humpda

Fullscreen_Option

Mar 8th, 2022
1,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. import pygame
  2.  
  3. def update():
  4.     if keyboard.f:
  5.         pygame.display.set_mode((WIDTH, HEIGHT), pygame.FULLSCREEN)
  6.     if keyboard.escape:
  7.         exit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement