Indicates whether the mouse cursor should be visible on the screen during the experiment, block, or trial.
A value of 1 indicates the mouse cursor will be shown, 0 indicates it will not.
The following displays the value of showmousecursor in a text stimulus:
<text sometext>
/ items= ("showmousecursor = <% trial.q1.showmousecursor %>")
</text>
The following displays the value of showmousecursor in an instruction page:
<page somepage>
showmousecursor = <% trial.q2.showmousecursor %>
</page>