Searched refs:_get_control_command_click (Results 1 – 1 of 1) sorted by relevance
79 self._get_control_command_click: SCRIPT_CLICK,113 conf.ONE_FINGER_PHYSICAL_CLICK: self._get_control_command_click,114 conf.TWO_FINGER_PHYSICAL_CLICK: self._get_control_command_click,115 conf.THREE_FINGER_PHYSICAL_CLICK: self._get_control_command_click,116 conf.FOUR_FINGER_PHYSICAL_CLICK: self._get_control_command_click,597 def _get_control_command_click(self, robot_script, gesture, variation): member in RobotWrapper