Width and height are managed dynamically: we can almost freely resize the window
This commit is contained in:
@ -12,3 +12,6 @@ class FakePad:
|
||||
|
||||
def clear(self) -> None:
|
||||
pass
|
||||
|
||||
def resize(self, height: int, width: int) -> None:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user