Build Your Own Arcade Controls Forum

Front End Support => MaLa Frontend => Topic started by: big10p on June 25, 2015, 09:48:01 am

Title: Hide mouse when a game loads?
Post by: big10p on June 25, 2015, 09:48:01 am
Anyone managed to do this in windows 7 when launching a MAME game from MaLa? I tried using nomousy.exe but it hangs when run from a batch file, for some reason.

Cheers.
Title: Re: Hide mouse when a game loads?
Post by: BorgDog on June 25, 2015, 12:11:25 pm
I don't see my mouse cursor in Mala nor when I launch a game in either Windows 7 or 8, except when I right-click to get the Mala config menu.  Are you using yours for scrolling or selecting in Mala?
Title: Re: Hide mouse when a game loads?
Post by: big10p on June 25, 2015, 01:22:30 pm
No, I'm not using the mouse to control MaLa, other than when right clicking to access configuration.

I get a second or so of the windows spinning blue circle cursor each time I launch a game. Strange that you're not getting this and I am.  ???

I think I'm using the latest beta version of MaLa. Are you using one of the stable releases?
Title: Re: Hide mouse when a game loads?
Post by: behrmr on June 25, 2015, 01:47:15 pm
What you're seeing is the busy animation.  You can change the "working in background" and "busy" animations to the clear icon.

http://www.jholjhaal.com/hide-mouse-cursor-on-windows-with-mouse-pointer-scheme/ (http://www.jholjhaal.com/hide-mouse-cursor-on-windows-with-mouse-pointer-scheme/)

Title: Re: Hide mouse when a game loads?
Post by: big10p on June 25, 2015, 02:15:35 pm
That looks like a nifty solution. I'll give it a try, thanks.  :)
Title: Re: Hide mouse when a game loads?
Post by: BadMouth on June 25, 2015, 02:47:41 pm
It shouldn't be necessary with MAME, but since nomousey hanging came up, the solution is to add "start " (including the space) before nomousey.exe
start nomousy.exe /hide

drventure taught me that.  ;)

I use it for Demul emulator.
Title: Re: Hide mouse when a game loads?
Post by: BorgDog on June 25, 2015, 05:03:59 pm
I have both latest stable and beta running on different machines. 

Maybe because I have "Use fullscreen starting picture instead of starting window" checked under Options GUI Game Start/Quit?

Looks like you may be on to an alternate solution.
Title: Re: Hide mouse when a game loads?
Post by: big10p on June 25, 2015, 05:33:17 pm
behrmr's tip worked... sorta. I still get a quick flash of the regular mouse pointer on game startup. I use a fullscreen starting image, BTW.

Thanks for the tip on starting nomousy.exe, BadMouth.