jrodman
Science Girls Linux: no mouse
#1 by jrodman - May 31 2009
I'm trying out the demo version, and the game keeps talking about clicking on things, but there is no mouse cursor visible anywhere. Does this game support the mouse at all?
News, Walkthroughs, and Chat about Anime Games
#1 by jrodman - May 31 2009
I'm trying out the demo version, and the game keeps talking about clicking on things, but there is no mouse cursor visible anywhere. Does this game support the mouse at all?#2 by Spiky Caterpillar - May 31 2009
It's supposed to! (And the mouse works on my Debian Lenny machines without any problem, so this is definitely a bug.).jrodman:
I'm trying out the demo version, and the game keeps talking about clicking on things, but there is no mouse cursor visible anywhere. Does this game support the mouse at all?
#3 by jrodman - Jun 2 2009
It's debian squeeze, x86-64 (with 32bit libs installed), fluxbox, name of#4 by Spiky Caterpillar - Jun 2 2009
From the map (in fullscreen mode, with the cursor hiding), press F6 and typenarrator(str(renpy.game.interface.display.mouse)) narrator(str(renpy.store.mouse_visible)) narrator(str(renpy.game.interface.focused))
init python:
config.mouse = None