Update evdevDriver.py

This commit is contained in:
chrys87 2018-05-24 11:29:55 +02:00 committed by GitHub
parent 3e8a53aa56
commit 5b37570f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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