small tweaks on dummy input
This commit is contained in:
parent
56ca033c0f
commit
7494418c61
@ -29,6 +29,7 @@ class driver():
|
|||||||
def clearEventBuffer(self):
|
def clearEventBuffer(self):
|
||||||
if not self._initialized:
|
if not self._initialized:
|
||||||
return
|
return
|
||||||
|
del self.env['input']['eventBuffer'][:]
|
||||||
|
|
||||||
def getInputDevices(self):
|
def getInputDevices(self):
|
||||||
if not self._initialized:
|
if not self._initialized:
|
||||||
|
Loading…
Reference in New Issue
Block a user