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