up Inquisit Language Reference

touch property

This property reports whether the computer is a touch device.

Member of

<computer>

Remarks

Examples

The following displays the if we're on a touch device':

<text sometext>
/ items= ("touch = <% computer.touch %>")
</text>

The following displays the application mode in an instruction page:

<page somepage>
touch = <% computer.touch %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.