add new event ByteInput
This commit is contained in:
parent
f70bf506c9
commit
ad977e7a94
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user