Added close() method to all controller classes. /JL

This commit is contained in:
2025-04-20 23:20:37 +02:00
parent 9c66fe8930
commit d6f72a8e74
9 changed files with 25 additions and 3 deletions

View File

@@ -36,6 +36,9 @@ class GenericController(ControlsBase):
}
print(f"{self.name} connected.")
def close(self):
pass
def handle_input(self, event):
pass