Clicking module¶
This module is used to click on the screen
-
click(x, y)¶ Clicks left click one time
Parameters: - x (int) – x to click
- y (int) – y to click
-
click_in_game_region(x, y)¶ Clicks in game region
Parameters: - x (int) – x to click , relative to game region
- y (int) – y to click , relative to game region
-
click_in_game_region_point(point)¶ Clicks in game region
Parameters: point (Tuple) – (x,y) to click in, relative to game region
-
click_point(point)¶ Clicks left click one time
Parameters: point (Tuple) – (x,y) to click