ClickScreen

Z Wiki
Verze z 27. 1. 2021, 14:39, kterou vytvořil BakerD (diskuse | příspěvky) (Založena nová stránka s textem „Allows or prohibits a command. When 0 no command will be executed.“)
Přejít na: navigace, hledání
Jiné jazyky:
English • ‎čeština

Description

Alias: CSR

Click on the position relative to the upper left corner of the screen.

Click on the location, specified by the coordinates X and Y relative to the upper left corner of the screen, by pushing the button specified by the parameter Button. The number of clicks is given by the parameter ClickCount. The parameter Key can also be used at the same time to specify the gears to be pressed during the click.

Input parameters

X

Type Number

Horizontal coordinates of the clicking location

Y

Type Number

Vertical coordinates of the click location

ClickCount

Type Number

Number of clicks.

Button

Type Number

Determines the required mouse button.

Key

Type Number

This parameter lets you simulate the pressing of the gears during clicking.

Enabled

Type Number

Allows or prohibits a command. When 0 no command will be executed.

PreWait

Typ Number

Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.

PostWait

Typ Number

Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.

Výstupní parametry