Page 1 of 1

Missing Mouse

PostPosted: Thu May 30, 2013 5:25 pm
by arhees
I am using a Win 7 computer. When I launch Algodoo, my mouse pointer disappears, and I can't do anything. Any ideas on where my cursor goes?

Re: Missing Mouse

PostPosted: Fri May 31, 2013 12:59 am
by electronicboy
Launch algodoo using the reset algodoo settings button, or, I think you can do this by holding shift when algodoo is launching.

Or, delete My Documents/Algodoo/config


Otherwise, open the config file in a proper text editor (such as Notepad++) and look for "cursor", I can't remember the name off the top of my head of the variable, but you will find it.

Re: Missing Mouse

PostPosted: Wed Jun 05, 2013 7:04 am
by Xray
electronicboy wrote:Otherwise, open the config file in a proper text editor (such as Notepad++) and look for "cursor", I can't remember the name off the top of my head of the variable, but you will find it.


cursor = true

Re: Missing Mouse

PostPosted: Wed Jun 05, 2013 3:58 pm
by electronicboy
Code: Select all
gui.cursor = true


That's what you ever need to edit the "gui.cursor" value in the config file to, or, I think placing it on the end of the config file should do it.