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> <likert> <openended> <slidertrial> <survey> <surveypage> <trial>

Syntax

/ showmousecursor = boolean

Parameters

Name Type Description
boolean boolean

Remarks

Examples

The following trial hides the mouse cursor:

<trial q1>
/ stimulusTimes = [1=target]
/ showMouseCursor = false
/ validResponse = (noResponse, lButtonDown)
/ timeout = 1000
/ inputDevice = mousekey
</trial>

Copyright Millisecond Software, LLC. All rights reserved.