Mouse keeps jumping back to center of screen when the experiment runs in fullscreen.
in OpenSesame
Hi ,
Hopefully someone can help me fix this problem:
Whenever I run my experiment in fullscreen my mouse jumps back to the center of the screen everytime I move it.
I made a canvas with a Visual Analog Scale in a python inline script and I included this code for the mouse to be visible:
my_mouse = mouse(self.experiment, timeout=1)
my_mouse.show_cursor(show=False)
my_mouse.show_cursor(show=True)
I also tried it without the line with 'False'.
Best,
Dirk
Comments
Hi Dirk,
Maybe this discussion helps: http://forum.cogsci.nl/index.php?p=/discussion/3344/form-text-input-mouse-cursor
good luck,
Eduard