I've assumed there's an easy way to hide the mouse pointer that doesn't involve adding a transparent image to `config.mouse`, but I couldn't find anything about it in the documentation or the forum.
All I've found was `mouse_visible = False` that doesn't seem to hide the pointer. Am I missing something obvious?
[solved] How to hide the mouse pointer?
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
- Kia
- Eileen-Class Veteran
- Posts: 1011
- Joined: Fri Aug 01, 2014 7:49 am
- Deviantart: KiaAzad
- Discord: Kia#6810
- Contact:
[solved] How to hide the mouse pointer?
Last edited by Kia on Thu Nov 18, 2021 7:07 pm, edited 1 time in total.
- Ocelot
- Eileen-Class Veteran
- Posts: 1883
- Joined: Tue Aug 23, 2016 10:35 am
- Github: MiiNiPaa
- Discord: MiiNiPaa#4384
- Contact:
Re: How to hide the mouse pointer?
Works for me: https://drive.google.com/file/d/1y3KumJ ... sp=sharing
Note that it will be automatically shown when entering menu context. Maybe this is the reason it won't work for you?
Note that it will be automatically shown when entering menu context. Maybe this is the reason it won't work for you?
< < insert Rick Cook quote here > >
- Kia
- Eileen-Class Veteran
- Posts: 1011
- Joined: Fri Aug 01, 2014 7:49 am
- Deviantart: KiaAzad
- Discord: Kia#6810
- Contact:
Re: How to hide the mouse pointer?
I've tried `SetVariable("mouse_visible",False)` and `mouse_visible = False` inside a function, neither worked and I assumed it's broken.
Now that I'm testing... `store.mouse_visible = False` works in python and `SetVariable("mouse_visible",False)` works after I've disabled the timer in my screen
Thank you Ocelot
Now that I'm testing... `store.mouse_visible = False` works in python and `SetVariable("mouse_visible",False)` works after I've disabled the timer in my screen
Thank you Ocelot
Who is online
Users browsing this forum: Bing [Bot], span4ev