add new event ByteInput
This commit is contained in:
parent
f70bf506c9
commit
ad977e7a94
@ -18,6 +18,7 @@ class fenrirEventType(Enum):
|
|||||||
ScreenChanged = 7
|
ScreenChanged = 7
|
||||||
HeartBeat = 8 # for time based scheduling
|
HeartBeat = 8 # for time based scheduling
|
||||||
ExecuteCommand = 9
|
ExecuteCommand = 9
|
||||||
|
ByteInput = 10
|
||||||
def __int__(self):
|
def __int__(self):
|
||||||
return self.value
|
return self.value
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user