fix some issue

This commit is contained in:
chrys 2018-05-25 03:03:07 +02:00
parent 1d185e52a7
commit 033b23cb21

View File

@ -26,8 +26,7 @@ class inputDriver():
def clearEventBuffer(self):
if not self._initialized:
return
del self.env['input']['eventBuffer'][:]
def updateInputDevices(self, newDevices = None, init = False)
def updateInputDevices(self, newDevices = None, init = False):
if not self._initialized:
return
def getLedState(self, led = 0):