Searched refs:gesture_file (Results 1 – 2 of 2) sorted by relevance
40 def playback(self, device, gesture_file): argument51 for line in open(gesture_file, 'rt'):97 if not options.gesture_file:100 if not os.path.exists(options.gesture_file):101 print('Can not find the gesture file %s.' % options.gesture_file)104 InputEventPlayer().playback(device, options.gesture_file)105 print('Gesture file %s has been played.' % options.gesture_file)
504 gesture_file = os.path.join(current_dir, filename)505 self.blocking_playback(gesture_file, input_type=input_type)