def RClick(cls): win32api.mouse_event(win32con.MOUSEEVENTF_RIGHTDOWN|win32con.MOUSEEVENTF_RIGHTUP, 0, 0, 0, 0) time.sleep(GLB_SLEEP_TIME)