Jump to content
LaunchBox Community Forums

Hiding the mouse pointer


Walrus13

Recommended Posts

3 hours ago, DOS76 said:

I don't have a clue. I don't use ePSXe anymore personally.

What do you use (Retroarch?)?

Are you able to get the resolution and graphics looking good like ePSXe? I'd be interest in knowing what your video settings are for it with what you use.

Link to comment
Share on other sites

I just use RA with a shader. Video is an extremely subjective matter and what I like you may not care for. I play all of my games in 16:9 wide screen which I know many people hate so if that isn't your preference from the bat that would eliminate my settings.

Link to comment
Share on other sites

  • 9 months later...

I know this is dated, but being a new user to LaunchBox I had this exact issue. I solved it by allowing the Esc key to perform two functions. First press of Esc will move the mouse out of view. Second press will exit the emulator. It is not ideal as the mouse will need to be manually moved by the first press of Esc, but there is no need for additional software.

1st) click on Tools then Manage Emulators.

MgeLaX8.jpg

2nd) Double click on Demul.

H3Kjr7I.jpg

3rd) Select the AutoHotkey Script Tab. 

zpOidDp.jpg

4th) Replace the Default Script with the following:

; Press Esc to move mouse and close emulator

n:=1

$Esc::

if ( n = 1 ) ;First press of Esc moves mouse

{

    MouseMove, 2000, 2000, 0 ;increase the first two values if the pointer is still visible on your display

 

    n++

}

else if ( n=2 ) ;Second press of Esc closes emulator

{

    Process, Close, {{{StartupEXE}}}

}

5th) Click on Ok.

7QAnHdf.jpg

Give the script a test run and if you have any issues you can click on Reset to Default Script.

j95UDdY.jpg

I hope this helps.

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