Jump to content
LaunchBox Community Forums

Hiding mouse pointer for Steam Games


zorkiii

Recommended Posts

I recall setting up an autohotkey script for specific emulators to hide the mouse like the script below, but since Steam games are not under any emulator -- is there any way to hide the mouse on all my Steam games without having to go in and edit every game individually? I feel like I've seen this somewhere before or have actually done it before but can't seem to find that info in the forums. Just hoping to know of a target-all-steam-games method if one exists, thanks.

 

Sleep, 3000
SetKeyDelay, -1, 110
MouseMove, 0, 2160, 0, R

$Esc::
{
    Process, Close, {{{StartupEXE}}}
}
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 years later...
14 hours ago, Aafneto said:

i want to know too :/

You could turn on Startup Screens for each Steam game you want this option for and then select Hide The Mouse Cursor. This can also be done with a bulk edit so you can edit all the games at once.

In LaunchBox, highlight the games

Hit Ctrl+E to edit them

For the "Field" select "Startup Screen - Hide Mouse Cursor During Game"

Then when the "Value" field appears, check the box to enable this.

Hit Next twice and you're done

 

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...