Bennu Game Development

English Forums => Helpdesk => Topic started by: Grew on January 25, 2011, 09:04:12 PM

Title: Keep the OS mouse visible
Post by: Grew on January 25, 2011, 09:04:12 PM
Hi.
All is in the title.
Is there a way to keep the Windows (or the OS you're using) mouse visible over a Bennu window?

Thanks for your help!
Title: Re: Keep the OS mouse visible
Post by: SplinterGU on January 25, 2011, 09:31:45 PM
I don't know
Title: Re: Keep the OS mouse visible
Post by: Drumpi on January 26, 2011, 12:40:44 AM
The system mouse graph, in windows, no. You need to access to system register to read info about your preferences, mouse included.
So, the esaiest solution is to create a default mouse pointer graph and assign it to MOUSE.GRAPH in the begining of your program.

Unless there was a module to access to system registry.
In Linux you only need to read a text plain config file. Which? i don't know ^^U