Adding ESC key press action.

This commit is contained in:
2020-01-05 09:53:16 +01:00
parent ed16384063
commit b5e77d3996
5 changed files with 20 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ class Update:
# do update
for msg in self.message_queue:
msg.update_model(self.model)
msg.clear_args()
if reset:
self.model.post_reset()