fix some issue
This commit is contained in:
parent
1d185e52a7
commit
033b23cb21
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user