The showmousecursor attribute specifies whether the mouse cursor should be visible on the screen during the experiment, block, or trial.
boolean | A boolean value of true or false. |
The following trial hides the mouse cursor:
<trial q1>
/ stimulustimes = [1=target]
/ showmousecursor = false
/ validresponse = (noresponse, lbuttondown)
/ timeout = 1000
/ inputdevice = mousekey
</trial>