Update input.py

This commit is contained in:
chrys87 2016-09-13 10:26:48 +02:00 committed by GitHub
parent f2b7393497
commit f3434bbb5e

View File

@ -4,6 +4,7 @@ import time
input = { input = {
'currInput': {}, 'currInput': {},
'prevInput': {}, 'prevInput': {},
'prevDeepestInput': {},
'currEvent': None, 'currEvent': None,
'firstEvent': None, 'firstEvent': None,
'currShortcutString': '', 'currShortcutString': '',