implement synth
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user