showing mouse cursor for debug
This commit is contained in:
@@ -78,7 +78,7 @@ class GUI_PyGame:
|
|||||||
# Window name
|
# Window name
|
||||||
pygame.display.set_caption(name)
|
pygame.display.set_caption(name)
|
||||||
# Hide mouse cursor
|
# Hide mouse cursor
|
||||||
pygame.mouse.set_visible(False)
|
#pygame.mouse.set_visible(False)
|
||||||
# Store screen and size
|
# Store screen and size
|
||||||
self.size = size
|
self.size = size
|
||||||
self.screen = pygame.display.set_mode(self.size, pygame.FULLSCREEN)
|
self.screen = pygame.display.set_mode(self.size, pygame.FULLSCREEN)
|
||||||
|
|||||||
Reference in New Issue
Block a user