Added text_input_handler (prototype)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user