Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Mouse pointer not hidden

Hi all,

I have an experiment where the mouse pointer is visible throughout the whole experiment, is there a way to hide it? I couldn't find anything in the documentation to do that.

I am not using the mouse_response object, or scripting anything with the mouse. It is only needed at the very beginning and the very end of the experiment, where I have inlines using the form widgets and checkbox rating scales. To tick the checkboxes of course the mouse pointer is needed, but apart from those two forms it is not needed at all, and should not be visible. But right now the pointer remains on screen during the whole experiment.

What would be the best way to do that?
Thanks and looking forward to your comments,
D.

Comments

  • Hey D.

    Maybe you can contact her/him and find out what is going on in that experiment? ;)
    Eduard

    Buy Me A Coffee

  • edited December 2016

    Hi, I just used some simple inline codes to deal with the same problem.
    Hope it help although it's been quite a long time :tongue:
    All you need to do is put a inline_script containing following code:

    in Run phase

    my_mouse = mouse()
    my_mouse.show_cursor(show = False)
    

    All done!

Sign In or Register to comment.