fix some issue
This commit is contained in:
parent
1d185e52a7
commit
033b23cb21
@ -26,8 +26,7 @@ class inputDriver():
|
|||||||
def clearEventBuffer(self):
|
def clearEventBuffer(self):
|
||||||
if not self._initialized:
|
if not self._initialized:
|
||||||
return
|
return
|
||||||
del self.env['input']['eventBuffer'][:]
|
def updateInputDevices(self, newDevices = None, init = False):
|
||||||
def updateInputDevices(self, newDevices = None, init = False)
|
|
||||||
if not self._initialized:
|
if not self._initialized:
|
||||||
return
|
return
|
||||||
def getLedState(self, led = 0):
|
def getLedState(self, led = 0):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user