This commit is contained in:
Jonas Zeunert
2022-05-05 23:19:45 +02:00
parent e356105bc2
commit 807438af7d
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ class InputHandler:
async def handleInputs(self):
self.isRunning = True
while self.isRunning:
event = await networking.getInputEvent()
self.targets[event["name"]].hit() #Todo