implement synth

This commit is contained in:
chrys
2019-01-29 23:07:20 +01:00
parent e2ecacfb2a
commit b5c94a506d
3 changed files with 63 additions and 34 deletions

View File

@ -47,6 +47,9 @@ class inputDriver():
def removeAllDevices(self):
if not self._initialized:
return
def sendKey(self):
if not self._initialized:
return
def __del__(self):
if not self._initialized:
return