Hide mouse
This commit is contained in:
parent
1098b3b3f0
commit
43913e4bfd
|
@ -0,0 +1 @@
|
||||||
|
__pycache__/
|
1
main.py
1
main.py
|
@ -12,6 +12,7 @@ pygame.init()
|
||||||
# screen = pygame.display.set_mode((800, 600))
|
# screen = pygame.display.set_mode((800, 600))
|
||||||
screen = pygame.display.set_mode()
|
screen = pygame.display.set_mode()
|
||||||
pygame.display.set_caption("Equation Plotter")
|
pygame.display.set_caption("Equation Plotter")
|
||||||
|
pygame.mouse.set_visible(False)
|
||||||
|
|
||||||
class Hypotrochoid(Equation):
|
class Hypotrochoid(Equation):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue