remove input.py

This commit is contained in:
chrys 2016-09-18 01:57:31 +02:00
parent af8566aa9b
commit 58075e05d4

View File

@ -1,26 +0,0 @@
#!/bin/python
import time
input = {
'currInput': [],
'prevInput': [],
'prevDeepestInput': [],
'currEvent': None,
'eventBuffer': None,
'shortcutRepeat': 1,
'fenrirKey': ['KEY_KP0'],
'keyForeward': False,
'lastInputTime':time.time(),
'oldNumLock': True,
'newNumLock':True,
'oldCapsLock':False,
'newCapsLock':False
}
inputEvent = {
'EventName': '',
'EventValue': '',
'EventSec': 0,
'EventUsec': 0,
'EventState': 0,
}