small tweaks on dummy input

This commit is contained in:
chrys 2017-01-25 00:51:49 +01:00
parent 56ca033c0f
commit 7494418c61

View File

@ -29,6 +29,7 @@ class driver():
def clearEventBuffer(self):
if not self._initialized:
return
del self.env['input']['eventBuffer'][:]
def getInputDevices(self):
if not self._initialized: