User Tools

Site Tools


reference:remote_control_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
reference:remote_control_commands [2021/09/15 11:07] – w tondosereference:remote_control_commands [2022/01/04 14:31] – Kleine Ergänzung tondose
Line 265: Line 265:
 === General commands: === === General commands: ===
  
-  * ''CARTWALL ALL CLICK''+  * ''CARTWALL ALL CLICK''Emulate mouseclick on all cart players.
   * ''CARTWALL ALL CLOSE''   * ''CARTWALL ALL CLOSE''
   * ''CARTWALL ALL DESELECT'' - Deselect all cart players.   * ''CARTWALL ALL DESELECT'' - Deselect all cart players.
Line 295: Line 295:
   * ''CARTWALL NEXT PAGE'' - Show next cartwall page.   * ''CARTWALL NEXT PAGE'' - Show next cartwall page.
   * ''CARTWALL PREVIOUS PAGE'' - Show previous cartwall page.   * ''CARTWALL PREVIOUS PAGE'' - Show previous cartwall page.
-  * ''CARTWALL SELECTED CLICK''+  * ''CARTWALL SELECTED CLICK''Emulate mouseclick on selected cart player (useful for loop applications).
   * ''CARTWALL SELECTED CLOSE''   * ''CARTWALL SELECTED CLOSE''
   * ''CARTWALL SELECTED DESELECT'' - Deselect selected cart player(s).   * ''CARTWALL SELECTED DESELECT'' - Deselect selected cart player(s).
Line 320: Line 320:
 The following commands for the cartwall have the form ''CARTWALL x <command>'', where ''x'' is the number of the cart player, starting with ''1''. The following commands for the cartwall have the form ''CARTWALL x <command>'', where ''x'' is the number of the cart player, starting with ''1''.
  
-  * ''CARTWALL 1 CLICK''+  * ''CARTWALL 1 CLICK''Emulate mouseclick on cart player 1 (useful for loop applications).
   * ''CARTWALL 1 CLOSE''   * ''CARTWALL 1 CLOSE''
   * ''CARTWALL 1 DESELECT'' - Deselect cart player 1.   * ''CARTWALL 1 DESELECT'' - Deselect cart player 1.
Line 534: Line 534:
  
   * **Example:**((Remote ID selected as ''COMMENTVIEWER''))<code=delphi>   * **Example:**((Remote ID selected as ''COMMENTVIEWER''))<code=delphi>
-  ExecuteCommand('COMMENTVIEWER TEXT Hello World' + #13+#10 + 'This is a ' + #39 + 'New Line' + #39); +  ExecuteCommand('COMMENTVIEWER TEXT Hello world' + #13+#10 + 'This is a ' + #39 + 'New Line' + #39); 
-</code>+</code>yields<code> 
 +Hello world 
 +This is a 'New Line'</code> 
  
  
reference/remote_control_commands.txt · Last modified: 2024/03/09 14:54 by ulinobbe

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki