Touch Command

Defines if a touch screen device is required for the script to run. This can be specified as either on or off. If this is on, a USB touch screen cable must be connected and active or the script will not run and an error will be reported, instead. This command is optional, but must be specified at the top of the script, before the first page command, if used. Lightwing scripts can be designed to work with or without touch capable displays by simply omitting the Touch command altogether. Using this command assures that a clear error message will be reported during the parsing of the script if the touch screen device is not available.

Example of a Script that Requires a Touch Screen Display

touch: On

page: FirstPage

 

 

<   Toggle Command                                             Introduction                                            Track Command   >