Added text_input_handler (prototype)

This commit is contained in:
2024-02-14 22:14:37 +01:00
parent 3589bd49ee
commit 9748e4f7da
2 changed files with 18 additions and 10 deletions

View File

@@ -22,7 +22,4 @@ class Label:
class Input_Label(Label):
def __init__(self, is_rect=False, pos=tuple, size=tuple, mainsurface=pygame.Surface) -> None:
super().__init__(is_rect, pos, size, mainsurface)