The showMouseCursor attribute specifies whether the mouse cursor should be visible on the screen during the experiment, block, or trial.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
Name | Type | Description |
---|---|---|
boolean | boolean |
The following trial hides the mouse cursor:
<trial q1>
/ stimulusTimes = [1=target]
/ showMouseCursor = false
/ validResponse = (noResponse, lButtonDown)
/ timeout = 1000
/ inputDevice = mousekey
</trial>