Jump to content
LaunchBox Community Forums

Recommended Posts

This could actually come in handy, and I like the idea of implementing a switch in LB as well.

Here's a small autoit script that hides the mouse cursor as well, and is open source (source is attached, autoit also specifically lists " You may use the SOFTWARE PRODUCT for commercial purposes. You may sell for profit and freely distribute scripts and/or compiled scripts that were created with the SOFTWARE PRODUCT.", so that takes care of distribution of the compiled code as well. ). (p.s.: Doesn't actually hide the cursor, it simply replaces it with a transparent image, but that ends up having the same intended effect.)

If Ilhank isn't the dev behind NoMousy, i'll just fix this thing to hide the mouse on a specific keypress/by passing it the name of a window or by having it read window names from a config file, or code something in c that actually hides the mouse if this doesn't work for some specific circumstances. Anyways, I'mma keep an eye on this thread :).

hide pointer mouse.rar

Link to comment
Share on other sites

On October 15, 2016 at 1:28 PM, IlhanK said:

I'm afraid I am not aware of any method to bulk edit multiple games.

Yeah, you can indeed do this if using the latest version of LB that fixes the ahk script problem.

You simple run nomousy.exe /hide a the start of the ahk script and run nomousy.exe at the escape exit event of the game/emulator.

So, in your emulator's ahk tab, you could have something like this:

 


Run, R:\LaunchBox\Emulators\Demul\nomousy\nomousy.exe /hide

$Esc::

{

        Run, R:\LaunchBox\Emulators\Demul\nomousy\nomousy.exe

        Process, Close, demul.exe

}

You have to change the path to your nomousy.exe file of course.

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...