Ren'Py Mouse Disable

zhoope

Newbie
Game Developer
May 8, 2017
39
31
good night/morning everyone , I had a little problem in the past days i really need disable all mouse functions in labels and screens

what I've tried:

screen my_key:
key "mouse_03" action null action (work on text but skip the images )
i try to hide the mouse but still works (even invisible )

anyone knows how i can literally remove the mouse? or disable all the functions?
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,040
3,126
you won't be able to disable the mouse in renpy cause that's impossible all you can do is change the mouse pointer and maybe to slow it down you just can't shut-down system settings in renpy.

renpy can't access the systems core settings
 

K.T.L.

Keeping Families Together
Donor
Mar 5, 2019
521
988
Renpy relies, almost totally, on the mouse. I doubt if there's any built-in method of disabling it. Maybe you could look for something in python itself. You can redefine mouse clicks but hiding the mouse is probably not an option in renpy.

BUT...

Why would you want to do that? One thing that elevates renpy above a lot of other VN engines is ease of use for the players. If you disable the mouse you'll throw all that usability right out of the window.