Set Mouse invisibel with two windows

OS: Win 10
PsychoPy version: v2021.1.4

What are you trying to achieve?:
I am trying to set the mouse invisible in both of my two screens.

What did you try to make it work?

  1. i defined two windows for my screens (win1 and win2) and than set both winx.mouseVisible = False
  2. in a second attempt i have tried to overwrite the mouse with a black dot which uses mouse.pos as location every frame

What specifically went wrong when you tried that?:
With both solutions the mouse stays visible and i can’t hide her

1 Like

Have you tried putting it in the “before experiment” tab?

Sadly this did not change anything.

i have also created a custom mouse and tried to change anything (eg. color, shape). It seems to me like the mouse cannot be adressed at all when working with two screens.