ClickScreen/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
 
(Není zobrazeno 7 mezilehlých verzí 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.'''
  
Click 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 gears to be pressed during the click.
+
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 25: Řádek 25:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Vertical coordinates of the click location
+
Vertical coordinates of the clicking location
  
 
<span id="clickcount-"></span>
 
<span id="clickcount-"></span>
Řádek 39: Řádek 39:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Determines the required mouse button.
+
Specifies the required mouse button.
  
 
<span id="key-"></span>
 
<span id="key-"></span>
Řádek 46: Řádek 46:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
This parameter lets you simulate the pressing of the gears during clicking.
+
This parameter lets you simulate the pressing of keys (Shift, Alt, Ctrl) during clicking.
  
 
=== Enabled ===
 
=== Enabled ===
Řádek 52: Řádek 52:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Allows or prohibits a command. When 0 no command will be executed.
+
Enables or disables the command. If the value is 0, the command will not be executed.
  
 
=== PreWait ===
 
=== PreWait ===
Řádek 58: Řádek 58:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Delay in milliseconds before executing a command. It has no effect if Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
Řádek 64: Řádek 64:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Delay in milliseconds before executing a command. It has no effect if Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
== Output parameters ==
 
== Output parameters ==

Aktuální verze z 3. 2. 2021, 09:47

Jiné jazyky:
English • ‎čeština

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.

Output parameters