Пример #1
0
 def atexit(self):
     InputSkeleton.atexit(self)
Пример #2
0
 def atexit(self):
     InputSkeleton.atexit(self)
     try:
         self.device.ungrab()
     except:
         pass
Пример #3
0
 def atexit(self):
     InputSkeleton.atexit(self)
     try:
         self.device.ungrab()
     except:
         pass