Update evdevDriver.py
This commit is contained in:
parent
3e8a53aa56
commit
5b37570f27
@ -138,11 +138,6 @@ class driver(inputDriver):
|
||||
except Exception as e:
|
||||
pass
|
||||
|
||||
def clearEventBuffer(self):
|
||||
if not self._initialized:
|
||||
return
|
||||
del self.env['input']['eventBuffer'][:]
|
||||
|
||||
def writeUInput(self, uDevice, event):
|
||||
if not self._initialized:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user