Indicates whether the mouse cursor should be visible on the screen during the experiment, block, or trial.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.showMouseCursor
Read/Write
boolean
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 myText>
/ items= ("showMouseCursor = <% trial.q1.showMouseCursor %>")
</text>
The following displays the value of showMouseCursor in an instruction page:
<page myPage>
showMouseCursor = <% trial.q2.showMouseCursor %>
</page>