aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inputs/PygameInput.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/inputs/PygameInput.py b/inputs/PygameInput.py
index 414adf3..480630c 100644
--- a/inputs/PygameInput.py
+++ b/inputs/PygameInput.py
@@ -33,3 +33,5 @@ class PygameInput(Input):
if event.type is MOUSEBUTTONDOWN:
if self['Clicks']:
self.respond({Strings.LOCATION: pygame.mouse.get_pos()})
+ else:
+ pygame.event.post(event)