예제 #1
0
 def atexit(self):
     InputSkeleton.atexit(self)
예제 #2
0
 def atexit(self):
     InputSkeleton.atexit(self)
     try:
         self.device.ungrab()
     except:
         pass
예제 #3
0
파일: hid.py 프로젝트: CRImier/pyLCI
 def atexit(self):
     InputSkeleton.atexit(self)
     try:
         self.device.ungrab()
     except:
         pass