Mouse pointer not showing in full screen mode

If this template helps then use it. If not then just delete and start from scratch.

OS (e.g. Win10): Windows 11
PsychoPy version (e.g. 2024.2.4 Py 3.8): v2024.2.5
Standard Standalone Installation? (y/n) standard
Do you want it to also run online? (y/n) I will do as well

I DO have Show Mouse ticked in Exp settings

If I run in ‘window’ mode the mouse pointer is visible but when I switch to full screen mode there is no mouse pointer.

Any suggestions? (I can’t change PP version)

thanks, John

Do you get the same issue with a new experiment created from scratch (with mouse pointer visible ticked)? If not, then the issue is probably some code to hide the mouse pointer in your experiment’s custom code components.

Good idea. I’ll check that and report back. Thanks.

JOHN ALLEN

I tried the supplied stroop demo and added first a button box and then swapped that for a slider, both with ‘show mouse’ ticked.

Neither showed the mouse pointer though :frowning:

I also dropped a code component at the top of the components in teh routein and on the begin routine added
win.mouseVisible = True
still nothing.
Any thoughts?

(the installation is For all users in c:\program files\…)

You could try playing with the use version parameter in Experiment Settings.

Also, try mouse.setVisible(True)

Here’s an example of stray code:

Have you tested to see whether the mouse is working online?

update: the mouse pointer not showing only happens on screen 1 - my laptop screen (when in full screen mode) If I switch the screen id (in experiment settings||Screen tab) to 2 or 3 then the mouse pointer shows up just fine. I’ll check if there are new video drivers for my Lenovo laptop
I’m sure it will work fine online - I’ll try that shortly.