add new event ByteInput

This commit is contained in:
chrys 2018-03-23 21:07:05 +01:00
parent f70bf506c9
commit ad977e7a94

View File

@ -18,6 +18,7 @@ class fenrirEventType(Enum):
ScreenChanged = 7
HeartBeat = 8 # for time based scheduling
ExecuteCommand = 9
ByteInput = 10
def __int__(self):
return self.value
def __str__(self):