ClickScreen/en: Porovnání verzí
| (Není zobrazena jedna mezilehlá verze od stejného uživatele.) | |||
| Řádek 9: | Řádek 9: | ||
'''Click on the position relative to the upper left corner of the screen.''' | '''Click on the position relative to the upper left corner of the screen.''' | ||
| − | + | Clicks on the location specified by the coordinates [[#x-| X]] and [[#y-| Y]] relative to the upper left corner of the screen, by pushing the button specified by the parameter [[#button-| Button]]. The number of clicks is given by the parameter [[#clickcount-| ClickCount]]. The [[# key- | Key]] parameter can also be used at the same time to specify the shift keys to be pressed during the click. | |
== Input parameters == | == Input parameters == | ||
| Řádek 58: | Řádek 58: | ||
Type [[Special:MyLanguage/Data types#Number | Number]] | Type [[Special:MyLanguage/Data types#Number | Number]] | ||
| − | Delay in milliseconds before executing | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. |
=== PostWait === | === PostWait === | ||
Aktuální verze z 3. 2. 2021, 09:47
Obsah
Description
Alias: CSR
Click on the position relative to the upper left corner of the screen.
Clicks 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 Key parameter can also be used at the same time to specify the shift keys to be pressed during the click.
Input parameters
X
Type Number
Horizontal coordinates of the clicking location
Y
Type Number
Vertical coordinates of the clicking location
ClickCount
Type Number
Number of clicks.
Button
Type Number
Specifies the required mouse button.
Key
Type Number
This parameter lets you simulate the pressing of keys (Shift, Alt, Ctrl) during clicking.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not be executed.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.