ClickScreen/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Determines the required mouse button.“)
 
(Není zobrazeno 24 mezilehlých verzí od stejného uživatele.)
Řádek 3: Řádek 3:
 
[[Category:GuiMaster Library]]
 
[[Category:GuiMaster Library]]
  
== Popis ==
+
== Description ==
  
 
'''Alias: CSR'''
 
'''Alias: CSR'''
  
'''Klikne na pozici vztaženou k levému hornímu rohu obrazovky.'''
+
'''Click on the position relative to the upper left corner of the screen.'''
  
Klikne na místo, určené souřadnicemi [[#x-| X]] a [[#y-| Y]], vztaženými k levému hornímu rohu obrazovky, tlačítkem určeným parametrem [[#button-| Button]]. Počet kliků udává parametr [[#clickcount-| ClickCount]]. Zároveň je možné parametrem [[#key-| Key]] specifikovat přeřazovače, které mají být během kliknutí stisknuty.
+
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.
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="x-"></span>
 
<span id="x-"></span>
 
=== X ===
 
=== X ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Horizontální souřadnice místa kliknutí
+
Horizontal coordinates of the clicking location
  
 
<span id="y-"></span>
 
<span id="y-"></span>
 
=== Y ===
 
=== Y ===
  
Typ [[Special:MyLanguage/Datové typy#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>
 
=== Key ===
 
=== Key ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Tímto parametrem je možné nasimulovat stisk přeřazovačů během kliknutí.
+
This parameter lets you simulate the pressing of keys (Shift, Alt, Ctrl) during clicking.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not be executed.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== 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