Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pygame fullscreen

infoObject = pygame.display.Info()
pygame.display.set_mode((infoObject.current_w, infoObject.current_h))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pygame #fullscreen
ADD COMMENT
Topic
Name
9+9 =