up Inquisit Language Reference

showmousecursor attribute

The showmousecursor attribute specifies whether the mouse cursor should be visible on the screen during the experiment, block, or trial.

Member of

<block> <expt> <trial>

Syntax

/ showmousecursor = boolean

Parameters

boolean A boolean value of true or false.

Remarks

Examples

The following trial hides the mouse cursor:

<trial q1>
/ stimulustimes = [1=target]
/ showmousecursor = false
/ validresponse = (noresponse, lbuttondown)
/ timeout = 1000
/ inputdevice = mousekey
</trial>

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